From 9a6fe2bf696c4c364518159735f4f5d12c666681 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 15 Mar 2013 08:20:00 +0100 Subject: Reaorganization of folders for the CSS, templates and pictures. --- source/static/templates/error.html | 5 +++++ 1 file changed, 5 insertions(+) create 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 new file mode 100644 index 00000000..3790d3e9 --- /dev/null +++ b/source/static/templates/error.html @@ -0,0 +1,5 @@ +## error.html +<%inherit file="base.html"/> +
+

An error occured:

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