ajout d'une balise manquante

This commit is contained in:
Jean-Marie Favreau 2023-11-06 00:41:32 +01:00
parent 713e287210
commit 2d6294e842

View File

@ -45,6 +45,7 @@
{% endfor %} {% endfor %}
<ul> <ul>
{% else %} {% else %}
<ul>
{% for event in day.events %} {% for event in day.events %}
<li>{{ event.category | circle_cat }} <li>{{ event.category | circle_cat }}
{% if event.single_day and event.start_time %} {% if event.single_day and event.start_time %}