From 74eaf82575fe790565aec97d38819135f561a412 Mon Sep 17 00:00:00 2001 From: Daru13 Date: Thu, 22 Nov 2018 22:43:18 +0100 Subject: [PATCH] Fix the structure of the HTML of the generated events. --- event/templates/event/calendar.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/event/templates/event/calendar.html b/event/templates/event/calendar.html index a0530f4..dfdb867 100644 --- a/event/templates/event/calendar.html +++ b/event/templates/event/calendar.html @@ -33,7 +33,7 @@
{% for day in days_list %} {% for activity in day.list %} -
+
{{ activity.id }} {{ activity.title }} {{ activity.beginning | date:"j/m/Y H:i" }} @@ -55,7 +55,6 @@ {% endfor %}
{% endfor %} -
{% endfor %}
{% endblock %}