{% extends "registration/registration_base.html" %} {% load url from future %} {% load i18n %} {% block title %}{% trans "Registration complete" %}{% endblock %} {% block masthead %}
{% trans "Thank you for your registration!" %}
{% trans "You will receive an email with an activation link shortly." %}
{% endblock %}