{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}

Account Confirmation

Congratulations! Your account has been successfully created! Your account will expire automatically on {{ expiration_date }}.
Your temporary password for {{ email }} is:
{{ temporary_password }}
Please copy the password and log in, after which you will be asked to set a new password. Please note, this temporary password cannot be recovered.
Login
{% endblock %}