{% extends "registration/registration_base.html" %} {% block title %}Activation complete{% endblock %} {% block doccontent %}

Thanks, your activation is complete! You may now sign in using the username and password you set at registration:

{% with 'welcome' as next %} {% include "login_form.html" %} {% endwith %}

Forgot your password?
{% endblock %}