authentic/authentic2/templates/registration/registration_complete.html

12 lines
263 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block title %}
{% trans "Successful registration" %}
{% endblock %}
{% block content %}
<p>{% trans "Thank you for registering. Activation email sent." %}</p>
<p><a href="/">{% trans "Back" %}</a></p>
{% endblock %}