{% extends "registration/registration_base.html" %} {% load trans blocktrans from i18n %} {% block title %} {% trans "Account activation resent" %} {% endblock title %} {% block heading %}
{% blocktrans %} We have sent an email to {{ email }} with further instructions. {% endblocktrans %}
{% endblock content %} {% comment %} **registration/resend_activation_complete.html** Used after form for resending account activation is submitted. By default has the following context: ``email`` The email address submitted in the resend activation form. {% endcomment %}