equal
deleted
inserted
replaced
|
1 {% extends "registration/base.html" %} |
|
2 {% load i18n %} |
|
3 |
|
4 {% block content_title %}{% trans 'Sign up successfully' %}{% endblock %} |
|
5 {% block iricontent %} |
|
6 <p> {% trans "activation completed" %}</p> |
|
7 |
|
8 {% endblock%} |