# HG changeset patch # User nishanth # Date 1275736754 -19800 # Node ID 39ce492c6c87a8faf966057cd331f27b83cc2cbb # Parent f068d119c1584064f6c2f641286a110d567fbdad added 500 page diff -r f068d119c158 -r 39ce492c6c87 templates/500.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/500.html Sat Jun 05 16:49:14 2010 +0530 @@ -0,0 +1,9 @@ +{% extends 'base.html' %} +{% block title %} +500 Error +{% endblock %} +{% block content %} +

500 Error.

+Internal server error. This incident will be reported.
+Inconvenience caused is regretted. +{% endblock %}