Statistics
| Branch: | Tag: | Revision:

root / templates / registration / activation_complete.html @ fa232561

History | View | Annotate | Download (354 Bytes)

1
{% extends "base.html" %}
2
{% load i18n %}
3
{% block title %}{% trans "Activation Complete" %}{% endblock %}
4
{% block brcrmb_container %}{% endblock %}
5
{% block content %}
6
<div align="center" id="registration">
7
<h3>{% trans "Activation Complete" %}</h3>
8
<p>{% trans "The user will be notified about his/her account activation" %}</p>
9
</div>
10
{% endblock %}