templates/500.html
branchanoop
changeset 38 39ce492c6c87
--- /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 %}
+<h2>500 Error.</h2>
+Internal server error. This incident will be reported.<br />
+Inconvenience caused is regretted.
+{% endblock %}