{% extends "stem_registration/base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Activation email sent" %}{% endblock %} {% block sidebar %} {% endblock sidebar %} {% block content %}

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

© {% now "Y" %}

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