{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Successful registration" %} {% endblock %} {% block content %}
{% trans "Thank you for registering. Activation email sent." %}
{% trans "Back" %}