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 %}