{% extends "base.html" %} {% block headtitle %}Account Created{% endblock %} {% block main_content %}

Account Created

Congratulations {{ form.cleaned_data.username }},

You successfuly created an account. An activation email has been sent to {{ form.cleaned_data.email }}. You should receive it within minutes from now.

{% endblock %}