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

{% trans "Registration complete" %}

{% endblock heading %} {% block content %}

{% trans "Please check your email to complete the registration process." %}

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