From 2051a9fd3d4b3871aa8ff503d208e7f3e938f920 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 9 Oct 2012 08:42:27 +0200 Subject: 404 and 500 handlers --- templates/404.html | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ templates/500.html | 25 ++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 templates/404.html create mode 100644 templates/500.html (limited to 'templates') diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..ffcc4c6 --- /dev/null +++ b/templates/404.html @@ -0,0 +1,56 @@ +{% extends "base.html" %} +{% block meta %} + + +{% endblock %} +{% block content %} +
+ +
+
+ +
+
+
{{request_path}}
+ +
Ceci n'est pas une url
+
+
+ +
+
+ +
+

+ The page you are looking for does not seem to be here. Please go back and try again or + Click Here To Start an Online Meeting Now +

+
+
+{% endblock %} \ No newline at end of file diff --git a/templates/500.html b/templates/500.html new file mode 100644 index 0000000..2792a4c --- /dev/null +++ b/templates/500.html @@ -0,0 +1,25 @@ + + + + Meeting Tools + + + + + + + +
+
+ +

+ Something just went badly wrong with meetingtools... But don't worry, we're on it! +

+
+
+

In the meantime you could try to go back and try again...

+
+
+
+
+ \ No newline at end of file -- cgit v1.1