Fix pictos
This commit is contained in:
parent
b9fad56e4e
commit
deaef7b650
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user