{% extends "base.html" %} {% load i18n %} {% block headtitle %}{% trans 'Activation Error' %}{% endblock %} {% block main_content %}

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

{% trans 'Reason:' %} {{ error_reason }}

{% trans 'Please contact the administrator.' %}

{% endblock %}