From 79dfa104623d51b7e0bdb411eadceda1747d0a20 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 14 Sep 2013 10:44:59 +0200 Subject: Templates has been removed to the upper folder. --- source/static/templates/error.html | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 source/static/templates/error.html (limited to 'source/static/templates/error.html') diff --git a/source/static/templates/error.html b/source/static/templates/error.html deleted file mode 100644 index 3790d3e9..00000000 --- a/source/static/templates/error.html +++ /dev/null @@ -1,5 +0,0 @@ -## error.html -<%inherit file="base.html"/> -
-

An error occured:

- ${message} \ No newline at end of file -- cgit