{% extends "registration/registration_base.html" %} {% load url from future %} {% load i18n %} {% block masthead %}

{% trans "Registration complete" %}

{% endblock %} {% block content %}

{% trans "Thank you for your registration!" %}

{% trans "You will receive an email with an activation link shortly." %}

{% endblock %}