diff --git a/templates/Home.html b/templates/Home.html index 34528e2..48cccdd 100644 --- a/templates/Home.html +++ b/templates/Home.html @@ -52,8 +52,10 @@

Lectures

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

Tutorials

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

Practicals

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