{% extends "registration/base.html" %} {% load i18n %} {% block title %}{% trans "Registration complete" %}{% endblock %} {% block content %}

{% trans "Check your email" %}

{% trans "An activation link has been sent to the email address you supplied, along with instructions for activating your account." %}

{% endblock %} {% block login %} {% trans "Return to homepage." %}{% endblock %}