diff --git a/templates/index.html.tera b/templates/index.html.tera index a86694b..5782de9 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -19,7 +19,7 @@ {% for day in days %}
-

{{ day.day| date(format="%d.%m.%Y") }}

+

{{ day.day| date(format="%d.%m.%Y") }}

{% for planned_event in day.planned_events %}

Planned event '{{ planned_event.name }}'