project/templates/500.html
changeset 1 fda1c66b25f9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project/templates/500.html	Fri Oct 30 15:09:12 2009 +0530
@@ -0,0 +1,12 @@
+{% extends "base.html" %}
+
+{% block title %}500 Server Error{% endblock %}
+
+{% block content %}
+
+<h1>500 Server Error</h1>
+
+<p>Oops. Something went wrong. Djangonauts behind this site received an information about this
+accident and will start investigation shortly. We apologize for any inconvenience!</p>
+
+{% endblock content %}