{% extends "registration/base.html" %} {% block title %}Confirm account creation{% endblock %} {% block content %}

Confirm account creation

{% if success %}

Your account with login name '{{ email }}' has been created, using the password you have select.

Now you can sign in

{% else %}

In order to complete the setup of your account with login name '{{ email }}', please set a password:

{{ form }}
{% endif %}
{% endblock %}