{% extends "registration/registration_base.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %}{% trans "Account Activation Resent" %}{% endblock %} {% block content %}

{% blocktrans %} We have sent an email to {{ email }} with further instructions. {% endblocktrans %}

{% endblock %} {% 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 %}