web/ldt/user/templates/registration/activation_complete.html
changeset 4 7c994c98d1df
parent 3 651f67b66c51
child 5 ae8593287883
equal deleted inserted replaced
3:651f67b66c51 4:7c994c98d1df
     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%}