summaryrefslogtreecommitdiff
path: root/ishtar/templates/registration/logout.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2010-12-27 11:17:23 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2010-12-27 11:17:23 +0100
commit4ef30028593ab05d25bcc446aa79ca61383c4a18 (patch)
treea5c2820752af8fd007ba5b01436f708eb907297d /ishtar/templates/registration/logout.html
parent4eb251214a9751ca53cbabb0fac5fef1ba7f7122 (diff)
downloadIshtar-4ef30028593ab05d25bcc446aa79ca61383c4a18.tar.bz2
Ishtar-4ef30028593ab05d25bcc446aa79ca61383c4a18.zip
Work on general presentation
Diffstat (limited to 'ishtar/templates/registration/logout.html')
-rw-r--r--ishtar/templates/registration/logout.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar/templates/registration/logout.html b/ishtar/templates/registration/logout.html
index f8da51fa0..399d8c343 100644
--- a/ishtar/templates/registration/logout.html
+++ b/ishtar/templates/registration/logout.html
@@ -2,5 +2,7 @@
{% load i18n %}
{% block content %}
+<div class='form'>
<p>{% trans "Logged out" %}</p>
+</div>
{% endblock %}