diff options
author | Madhusudan.C.S | 2009-10-30 15:09:12 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-10-30 15:09:12 +0530 |
commit | f89410559c20dd88d78ccd6b9d24e7941da9d5ff (patch) | |
tree | 3ad4fb64efc7523d1f3065e0dd03693871d6ce55 /project/templates/500.html | |
parent | 75f0773685ef0724d8ccc1eb1aab16bba55cd7a7 (diff) | |
download | scipycon-f89410559c20dd88d78ccd6b9d24e7941da9d5ff.tar.gz scipycon-f89410559c20dd88d78ccd6b9d24e7941da9d5ff.tar.bz2 scipycon-f89410559c20dd88d78ccd6b9d24e7941da9d5ff.zip |
Added all the files from kiwipycon and the changes made for SciPy.in.
Diffstat (limited to 'project/templates/500.html')
-rw-r--r-- | project/templates/500.html | 12 |
1 files changed, 12 insertions, 0 deletions
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 %} + +<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 %} |