From d2fb04132201e757a03551775d227b2a20edfb4a Mon Sep 17 00:00:00 2001 From: aashutoshrathi Date: Tue, 13 Nov 2018 22:50:02 +0530 Subject: [PATCH] Made coursepage responsive --- landing/templates/landing/course_list.html | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/landing/templates/landing/course_list.html b/landing/templates/landing/course_list.html index 4072a1f..e229f26 100644 --- a/landing/templates/landing/course_list.html +++ b/landing/templates/landing/course_list.html @@ -5,7 +5,8 @@ {% endblock %} {% block body %} -
+
+

Courses


@@ -14,7 +15,7 @@

Courses

- + @@ -24,12 +25,15 @@

Courses

- - + + {% endfor %} @@ -38,17 +42,21 @@

Courses

- - + + {% endfor %}
Course Code Batch NameSessionSession Action
{{ course.code }} {{ course.target_batch }} {{ course.name }}{{ course.session }} - + {{ course.session }} + Leave + +
{{ c.code }} {{ c.target_batch }} {{ c.name }}{{ c.session }} + {{ c.session }} Teach + +
+
{% endblock %}