From b1406f59d398ce0ce3bc1158858ccfc790f42f6c Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 24 Jun 2014 11:47:10 +0200 Subject: [PATCH] Remove unused templates err.html and two_col.html --- LICENSES | 2 -- templates/err.html | 7 ------- templates/two_col.html | 24 ------------------------ 3 files changed, 33 deletions(-) delete mode 100644 templates/err.html delete mode 100644 templates/two_col.html diff --git a/LICENSES b/LICENSES index 9536f0505..24fec33b1 100644 --- a/LICENSES +++ b/LICENSES @@ -67,8 +67,6 @@ specified and linked otherwise. - share/init.d/plinth :: - - sudoers/plinth :: - - templates/base.html :: [[file:templates/base.tmpl::the%20GNU%20Affero%20General%20Public][GNU Affero General Public License, Version 3 or later]] -- templates/err.html :: - -- templates/two_col.html :: - - tests/actions_test.py :: - - tests/auth_test.py :: - - tests/testdata/users.sqlite3 :: - diff --git a/templates/err.html b/templates/err.html deleted file mode 100644 index c78b999f1..000000000 --- a/templates/err.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends "base.html" %} - -{% block title_block %} -Error: {{ title }} -
-
-{% endblock %} diff --git a/templates/two_col.html b/templates/two_col.html deleted file mode 100644 index ad8187349..000000000 --- a/templates/two_col.html +++ /dev/null @@ -1,24 +0,0 @@ -{{ extends "base.html" }} - -{% block css %} - - -{% endblock %} - -{% block add_sidebar_left %} -
- - -
-{% endblock %}