reformat with djlint --reformat

This commit is contained in:
2024-08-08 14:47:51 +02:00
parent 72e89dae77
commit 447bd4820c
8 changed files with 193 additions and 181 deletions

View File

@ -1,9 +1,10 @@
<span class="truncate-container">
<a class="underline decoration-slate-500 sm:decoration-2" href="{% url 'view_game' game_id %}">
<a class="underline decoration-slate-500 sm:decoration-2"
href="{% url 'view_game' game_id %}">
{% if children %}
{{ children }}
{% else %}
{{ name }}
{% endif %}
</a>
</span>
</span>