aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--bn_django/templates/500.html3
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 055a617..cbc3bd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ bn_django/git_browse/settings.py
*.swp
knowledge
static/django-admin
+static/latex2png
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 %}