4 lines
205 B
HTML
4 lines
205 B
HTML
|
{% extends "base.html" %}
|
||
|
{% block body %}
|
||
|
<p>{{ _('You have successfully been registered. An email has been sent to the email address you provided to confirm your registration.') }}</p>
|
||
|
{% endblock %}
|