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 --- bn_django/templates/500.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bn_django/templates/500.html (limited to 'bn_django') 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