From 5228c329b5cbaaa454f0e1c8b4d5a80a3c526bc5 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Sun, 30 Dec 2018 15:03:27 -0500 Subject: remove password update logic --- templates/user/edit.html | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'templates/user') 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">
Paramètres -

Laisser les champs vides si vous ne souhaitez pas changer de mot de passe.

-
- -
- -
-
-
- -
- -
-
- {% with messages = get_flashed_messages() %} - {% if messages %} - {% for message in messages %} - - {% endfor %} - {% endif %} - {% endwith %}
-- cgit v1.3