web/ldt/user/templates/registration/registration_active.html
author ymh <ymh.work@gmail.com>
Mon, 12 Jul 2010 12:01:22 +0200
changeset 57 3a3c15c462f8
parent 0 ecdfc63274bf
permissions -rw-r--r--
Merge with da0957782d03935d99e10137f123191a9c843391

{% 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 %}