{% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} {% macro render_field(field) %} {{ field.label }} {{ field(**kwargs)|safe }} {% if field.errors %} {% endif %} {% endmacro %} {% block app_content %}

Modification du compte ScoDoc {{form.user_name.data}}

Identifiez-vous avez votre mot de passe actuel

Vous pouvez changer le mot de passe et/ou l'adresse email.

Les champs vides ne seront pas changés.

{{ form.user_name }} {{ form.csrf_token }} {{ render_field(form.old_password, size=14, style="padding:1px; margin-left: 1em; margin-top: 4px;") }} {{ render_field(form.new_password, size=14, style="padding:1px; margin-left: 1em; margin-top: 12px;") }} {{ render_field(form.bis_password, size=14, style="padding:1px; margin-left: 1em; margin-top: 4px;") }} {{ render_field(form.email, size=40, style="padding:1px; margin-top: 12px;margin-bottom: 16px; margin-left: 1em;") }}
#} {#
Votre identifiant: {{user.user_name}}
#} {##} {##} {#
#} {#
#} {# {{ wtf.quick_form(form) }}#} {#
#} {#
#} {% endblock %}