# HG changeset patch # User Madhusudan.C.S # Date 1295442389 -19800 # Node ID 50484b901aad91680546e20d29b0c321a4bc030c # Parent f9011a1dfe1cd20dad66fe530736e08010a494ff Add a template page for server error config. HTTP 500. diff -r f9011a1dfe1c -r 50484b901aad pytask/templates/500.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pytask/templates/500.html Wed Jan 19 18:36:29 2011 +0530 @@ -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 %}