{% extends "base-1col.html" %} {% load i18n %} {% block title %}{% trans "Registration" %}{% endblock %} {% block breadcrumbs %}{% trans "Accounts" %} / {% trans "Activation sent" %}{% endblock %} {% block content %}

{% trans "Activation sent" %}

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

{% endblock %}