Autoformat HTML templates
This commit is contained in:
parent
61ef08f6ec
commit
432ed6943f
16 changed files with 1779 additions and 1587 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue