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

@ -13,18 +13,20 @@
</div>
<form id="account" method="post" style="max-width: 1200px;">
{% 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="col-md-2 col-xl-3 form-label"> Nom complet </label>
<label for="name" class="col-md-2 col-xl-3 form-label">
Nom complet
</label>
<div class="col-md-10 col-xl-9">
<input
id="name"
@ -55,7 +57,9 @@
</div>
<div class="row mb-3">
<label for="password" class="col-md-2 col-xl-3 form-label"> Mot de passe </label>
<label for="password" class="col-md-2 col-xl-3 form-label">
Mot de passe
</label>
<div class="col-md-10 col-xl-9">
<input
id="password"