web/ldt/user/templates/registration/activate.html
author samuel huron <admin@cybunk.com>
Mon, 14 Jun 2010 10:03:42 +0200
changeset 36 0df13ef0a63c
parent 0 ecdfc63274bf
permissions -rw-r--r--
URL ABSOLUE TEST

{% extends "registration/base.html" %}
{% load i18n %}

{% block breadcrumb %}
    <li></li>
    <li>{% trans "Activate account" %}</li>
{% endblock %}

{% block content_title %}{% trans 'Activate account' %}{% endblock %}

{% block iricontent %}
<p>{% trans "You have activated your account" %}</p>
<a href="{% url django.contrib.auth.views.login%}">{% trans "Go back to login page" %}</a>
{% endblock %}