{% extends "authentic2/base-page.html" %} {% block a2-block-pre %} {% include "registration/registration_steps.html" with active_step="completion" %} {% endblock %} {% block content %}

Création d'un mot de passe

{% csrf_token %} {% if form.is_bound and not form.is_valid %} {% endif %} {{ form.non_field_errors }}
{% include "gadjo/password-widget.html" with field=form.password1 %} {% include "gadjo/password-widget.html" with field=form.password2 %} {{ form.preferred_username }} {{ form.preferred_givenname }}

{% endblock %}