registration_complete.html 265 Bytes
{% extends "base.html" %}
{% load i18n %}

{% block content %}

    {% blocktrans %}
        <h1>Thank you</h1>
        <p>An email has been sent to you. You need to click link in it to
            activate your account.</p>
    {% endblocktrans %}

{% endblock %}