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 %}