From 7e38fd922a8dd4742d09758cd1c94fb0302045d3 Mon Sep 17 00:00:00 2001 From: Parth Buch Date: Tue, 28 Aug 2012 17:03:37 +0530 Subject: Reboot for scipy 2012 --- project/templates/500.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 project/templates/500.html (limited to 'project/templates/500.html') diff --git a/project/templates/500.html b/project/templates/500.html new file mode 100644 index 0000000..dfb1ae4 --- /dev/null +++ b/project/templates/500.html @@ -0,0 +1,12 @@ +{% extends "base.html" %} + +{% block title %}500 Server Error{% endblock %} + +{% block content %} + +

500 Server Error

+ +

Oops. Something went wrong. Djangonauts behind this site received an information about this +accident and will start investigation shortly. We apologize for any inconvenience!

+ +{% endblock content %} -- cgit