web/ldt/user/templates/registration/registration_active.html
author samuel huron <admin@cybunk.com>
Thu, 17 Jun 2010 11:19:25 +0200
changeset 52 2b64a9cb528b
parent 0 ecdfc63274bf
permissions -rw-r--r--
fichiers oubliés (encore)

{% extends "registration/base.html" %}
{% load i18n %}
{% block breadcrumb %}
    <li></li>
    <li>{% trans 'Activate the account' %}</li>
{% endblock %}
{% block content_title %}{% trans 'Activate the account' %}{% endblock %}
{% block iricontent%}
<p> {% trans 'Vous avez bien activé votre compte, vous pouvez accedez à votre espace personnel.' %}</p>
<a href="{ url django.contrib.auth.views.login }">{% trans 'retourner à la page de connexion' %}</a>
{% endblock %}