web/ldt_utils/user/templates/registration/registration_active.html
changeset 5 ae8593287883
parent 4 7c994c98d1df
child 6 7256b057c180
equal deleted inserted replaced
4:7c994c98d1df 5:ae8593287883
     1 {% extends "registration/base.html" %}
       
     2 {% load i18n %}
       
     3 {% block breadcrumb %}
       
     4     <li></li>
       
     5     <li>{% trans 'Activate the account' %}</li>
       
     6 {% endblock %}
       
     7 {% block content_title %}{% trans 'Activate the account' %}{% endblock %}
       
     8 {% block iricontent%}
       
     9 <p> {% trans 'Vous avez bien activé votre compte, vous pouvez accedez à votre espace personnel.' %}</p>
       
    10 <a href="{ url django.contrib.auth.views.login }">{% trans 'retourner à la page de connexion' %}</a>
       
    11 {% endblock %}