Fix pictos

This commit is contained in:
Jean-Marie Favreau 2024-10-30 00:14:12 +01:00
parent b9fad56e4e
commit deaef7b650

View File

@ -112,7 +112,7 @@
<ul class="no-breakline">
{% for e in poss_dup %}
<li>
{{ event|picto_status }} <a href="{{ e.get_absolute_url }}">{{ e }}</a>
{{ e|picto_status }} <a href="{{ e.get_absolute_url }}">{{ e }}</a>
</li>
{% endfor %}
</ul>