summaryrefslogtreecommitdiff
path: root/ishtar/templates/registration/logout.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-18 17:49:57 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-18 17:51:30 +0200
commit7d2aa560ba859ebb593d34b062bf1faf09c8724c (patch)
tree4136673563f802d6de992512e3c4adde86ef2a4e /ishtar/templates/registration/logout.html
parent615457617e65019e0ce39b585f4eeb41b17ba61a (diff)
downloadIshtar-7d2aa560ba859ebb593d34b062bf1faf09c8724c.tar.bz2
Ishtar-7d2aa560ba859ebb593d34b062bf1faf09c8724c.zip
Djangoization - Major refactoring (step 1)
Diffstat (limited to 'ishtar/templates/registration/logout.html')
-rw-r--r--ishtar/templates/registration/logout.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/ishtar/templates/registration/logout.html b/ishtar/templates/registration/logout.html
deleted file mode 100644
index 029a0c25b..000000000
--- a/ishtar/templates/registration/logout.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-
-{% block content %}
-<div class='info'>
-<p>{% trans "Logged out" %}</p>
-</div>
-{% endblock %}