fixint tyyyypos

This commit is contained in:
ticvac 2025-02-26 20:45:57 +01:00
parent c853e06d71
commit 8e8b446e09

View file

@ -18,7 +18,7 @@
<ul>
{% for resitel in resitele %}
<li>{{ resitel.jmeno }}: {% if resitel.bodydiff > 3 %}🧦{% endif %} {% if resitel.posilat %}POSÍLAT DOMŮ{% endif %} {% if resitel.ttitul != resitel.ftitul %} {{z.ftitul}} &rarr; {{z.ttitul}} {% endif %}</li>
<li>{{ resitel.jmeno }}: {% if resitel.bodydiff > 3 %}🧦{% endif %} {% if resitel.posilat %}POSÍLAT DOMŮ{% endif %} {% if resitel.ttitul != resitel.ftitul %} {{resitel.ftitul}} &rarr; {{resitel.ttitul}} {% endif %}</li>
{% endfor %}
</ul>