Added missing dirs
[flowspy] / templates / registration / activation_complete.html
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 %}