web/ldt/user/templates/registration/logged_out.html
author samuel huron <admin@cybunk.com>
Mon, 14 Jun 2010 11:18:22 +0200
changeset 37 b694a7a67500
parent 0 ecdfc63274bf
permissions -rw-r--r--
Update Custom SwfPath in PlayerLdt parameter playerLdt(550,310, "{{ json_url }}","{{ player_id }}", "{{absolute_url_to_player.swf}}");

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