ajout d'infos sur les événements en parallèle
This commit is contained in:
parent
83f176d1cb
commit
33e2d1a90a
@ -42,7 +42,7 @@
|
||||
<ul>
|
||||
{% for e in concurrent_events %}
|
||||
<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>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user