equal
deleted
inserted
replaced
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 %} |
|