Affichage des arcs-en-ciel

This commit is contained in:
Maurice Debray 2021-12-23 23:36:23 +01:00
parent e6f9173c62
commit 95cf80c234

View file

@ -33,7 +33,7 @@
<h4> <span class="ernestocouleur">{% blocktrans count counter=actu|length %}Actualité des chef·fe·s:{% plural %}Actualités des chef·fe·s:{% endblocktrans %}</span></h4>
<ul>
{% for a in actu %}
<li>{% autotranslate current_language a.text a.text_en %}</li>
<li>{% if a.rainbow %}<span class="ernestocouleur font-weight-bold">{% endif %}{% autotranslate current_language a.text a.text_en %}{% if a.rainbow %}</span>{% endif %}</li>
{% endfor %}
</ul>
</div>