web/ldt/user/templates/registration/logged_out.html
author veltr
Tue, 13 Aug 2013 16:46:38 +0200
changeset 90 50e3c4ba168a
parent 0 ecdfc63274bf
permissions -rw-r--r--
Remove clusters

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

<a href="../">{% trans 'Home' %}</a>

{% block iricontent %}

<p>{% trans "Thanks for spending some quality time with the Web site today." %}</p>

<p><a href="../">{% trans 'Log in again' %}</a></p>

{% endblock %}