From ed6ae335158d662d2c29634e88243942e637d170 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 4 Aug 2010 14:13:57 +0200 Subject: restructure the templates a bit --- templates/403.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/403.html (limited to 'templates/403.html') diff --git a/templates/403.html b/templates/403.html new file mode 100644 index 0000000..00b94f1 --- /dev/null +++ b/templates/403.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} +{% block headline %}Permission denied{% endblock %} +{% block title %}COIP{% endblock %} +{% block main %} +
+

{{message}}

+
+{% endblock %} \ No newline at end of file -- cgit v1.1