aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user/edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user/edit.html')
-rw-r--r--templates/user/edit.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/templates/user/edit.html b/templates/user/edit.html
index b9982db..c1204cf 100644
--- a/templates/user/edit.html
+++ b/templates/user/edit.html
@@ -14,38 +14,12 @@
class="form-horizontal">
<fieldset>
<legend>Paramètres</legend>
- <p class="info">Laisser les champs vides si vous ne souhaitez pas changer de mot de passe.</p>
- <div class="form-group form-group-sm">
- <label for="password" class="col-md-4">Nouveau mot de passe :</label>
- <div class="col-md-4">
- <input type="password" name="password" id="password" autocomplete="nope"
- class="form-control"/>
- </div>
- </div>
- <div class="form-group form-group-sm">
- <label for="confirm" class="col-md-4">Répéter le mot de passe :</label>
- <div class="col-md-4">
- <input type="password" name="password_confirm" id="confirm"
- class="form-control"/>
- </div>
- </div>
<div class="form-group">
<label for="notify" class="col-md-4">Recevoir un mail lors<br/>d'une nouvelle actualité:</label>
<div class="col-md-4">
<input type="checkbox" name="notify" id="notify" {% if user.notify %}checked="checked"{% endif %} style="text-align:left"/>
</div>
</div>
- {% with messages = get_flashed_messages() %}
- {% if messages %}
- {% for message in messages %}
- <div class="alert alert-danger" role="alert">
- <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true">
- </span>
- {{message}}
- </div>
- {% endfor %}
- {% endif %}
- {% endwith %}
</fieldset>
<fieldset>