{% extends "base.html" %} {% block headtitle %}Activation Error{% endblock %} {% block main_content %}

Activation Error

Sorry {{ form.cleaned_data.username }}, but the server was not able to send an email {{ form.cleaned_data.email }}.

Reason: {{ error_reason }}

Please contact the administrator.

{% endblock %}