{% extends "registration/registration_base.html" %} {% load i18n %} {% block title %}{% trans "Activation email sent" %}{% endblock %} {% block content %}

{% blocktrans with email=request.session.registration_email %} Please check your email, {{ email }}, to complete the registration process. {% endblocktrans %}

{% endblock %} {% comment %} **registration/registration_complete.html** Used after successful completion of the registration form. This template has no context variables of its own, and should simply inform the user that an email containing account-activation information has been sent. {% endcomment %}