Statistics
| Branch: | Tag: | Revision:

root / templates / registration / registration_complete.html @ 064ecc91

History | View | Annotate | Download (509 Bytes)

1
{% extends "base.html" %}
2
{% load i18n %}
3
{% block title %}{% trans "Register" %}{% endblock %}
4
{% block brcrmb_container %}{% endblock %}
5
{% block content %}
6
<div align="center" id="registration">
7

    
8
<h3>{% trans "Registration Email Sent" %}</h3>
9
   <p>{% trans "An email has been sent to the system administrator. You will be soon notified about the activation of your account." %}</p>
10
   <p>{% trans "Back to" %} <a href="{% url login %}">{% trans "login" %}</a> {% trans "page" %}.</p>
11
</div>
12
{% endblock %}