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

{% blocktrans %}An activation email has been sent. Please check your email and click on the link to activate your account.{% endblocktrans %}

{% endblock %}