aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@animus.robocracy.org>2007-03-21 23:29:28 -0700
committerBryan Newbold <bnewbold@animus.robocracy.org>2007-03-21 23:29:28 -0700
commitdb2d7a378c493c0beaafeb606f34bfab0e9ec8f7 (patch)
treeaaa92e0c683d50e17f4ddfee056fb2a6babd851e /bn_django
parent1ec7f57aa8765477553b0f6600063d80af116a78 (diff)
downloadbnewnet-db2d7a378c493c0beaafeb606f34bfab0e9ec8f7.tar.gz
bnewnet-db2d7a378c493c0beaafeb606f34bfab0e9ec8f7.zip
ignore latex2png and added http500 template
Diffstat (limited to 'bn_django')
-rw-r--r--bn_django/templates/500.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/bn_django/templates/500.html b/bn_django/templates/500.html
new file mode 100644
index 0000000..78786b7
--- /dev/null
+++ b/bn_django/templates/500.html
@@ -0,0 +1,3 @@
+{% extends "base.html"%}
+{% block title %}Server Error{% endblock %}
+{% block content %}Sorry...{% endblock %}