From 8446e16346ece5a934550f69e81d0cad528f7fba Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 19 Jul 2014 02:38:53 +0200 Subject: New web structure + related code improvements and fixes + added flat and dark themes + updated js --- module/web/templates/default/logout.html | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 module/web/templates/default/logout.html (limited to 'module/web/templates/default/logout.html') diff --git a/module/web/templates/default/logout.html b/module/web/templates/default/logout.html deleted file mode 100644 index 83dba3bf4..000000000 --- a/module/web/templates/default/logout.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends 'default/base.html' %} - -{% block head %} - -{% endblock %} - -{% block content %} -

{{_("You were successfully logged out.")}}

-{% endblock %} -- cgit v1.2.3