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

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

{% endblock %}