From 34bf342593e0a0832a7abc0137b1145184a3bc6f Mon Sep 17 00:00:00 2001 From: pratham1002 <54350608+pratham1002@users.noreply.github.com> Date: Thu, 2 Jan 2020 19:50:45 +0530 Subject: [PATCH] Update Home.html --- templates/Home.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/templates/Home.html b/templates/Home.html index 34528e2..a6dd049 100644 --- a/templates/Home.html +++ b/templates/Home.html @@ -52,8 +52,12 @@

Lectures

{% csrf_token %} {% for lecture in lectures %} - - {{lecture}}
+ + + +
{% endfor %}
@@ -65,8 +69,10 @@

Tutorials

{% csrf_token %} {% for tutorial in tutorials %} - + + {% endfor %}
@@ -78,8 +84,10 @@

Practicals

{% csrf_token %} {% for practical in practicals %} - - {{practical}}
+ + {% endfor %}