From db2d7a378c493c0beaafeb606f34bfab0e9ec8f7 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 21 Mar 2007 23:29:28 -0700 Subject: ignore latex2png and added http500 template --- .gitignore | 1 + bn_django/templates/500.html | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 bn_django/templates/500.html 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 %} -- cgit v1.2.3