author | ymh <ymh.work@gmail.com> |
Fri, 11 Jun 2010 00:25:17 +0200 | |
changeset 29 | 1f2c13ece5e9 |
parent 0 | ecdfc63274bf |
permissions | -rw-r--r-- |
0 | 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 %} |