ajout d'infos sur les événements en parallèle

This commit is contained in:
Jean-Marie Favreau 2024-10-18 15:02:14 +02:00
parent 83f176d1cb
commit 33e2d1a90a

View File

@ -42,7 +42,7 @@
<ul> <ul>
{% for e in concurrent_events %} {% for e in concurrent_events %}
<li> <li>
<a href="{{ e.get_absolute_url }}">{{ e.title }}</a> {{ e.category|circle_cat }} {% if e.start_time %}{{ e.start_time }}{% else %}<em>toute la journée</em>{% endif %} <a href="{{ e.get_absolute_url }}">{{ e.title }}</a>
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>