From c27efe4e00243cb368b6a0837ed1eb5ffd1ce115 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Wed, 19 Jan 2011 18:36:29 +0530 Subject: Add a template page for server error config. HTTP 500. --- pytask/templates/500.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pytask/templates/500.html diff --git a/pytask/templates/500.html b/pytask/templates/500.html new file mode 100644 index 0000000..2815e2c --- /dev/null +++ b/pytask/templates/500.html @@ -0,0 +1,5 @@ +{% extends 'base.html' %} +{% block content %} + There was an error in rendering the page you requested for. The admin has been notified about it.
+ Please click here to get back to the previous page. +{% endblock %} -- cgit