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

@ -23,18 +23,20 @@
</div>
<form id="list" 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 align-items-center mb-3">
<label for="name" class="form-label mb-0 col-md-2 col-xl-3"> Nom </label>
<label for="name" class="form-label mb-0 col-md-2 col-xl-3">
Nom
</label>
<div class="col">
<input
id="name"