Autoformat HTML templates

This commit is contained in:
William Bouzourène 2025-07-11 14:42:34 +02:00
parent 61ef08f6ec
commit 432ed6943f
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
16 changed files with 1779 additions and 1587 deletions

View file

@ -25,15 +25,15 @@
</div>
<form id="section" method="post" class="mw-1200">
{% if Errors %}
<div class="alert alert-danger">
<ul class="m-0">
{% for Error in Errors %}
<li>{{ Error }}</li>
{% endfor %}
</ul>
</div>
{% endif %}
{% if Errors %}
<div class="alert alert-danger">
<ul class="m-0">
{% for Error in Errors %}
<li>{{ Error }}</li>
{% endfor %}
</ul>
</div>
{% endif %}
<div class="row mb-3">
<label for="name" class="form-label col-md-2 col-xl-3"> Nom </label>