From 581c453b04f0b862cdaf6fcff74b1caaa849053f Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Thu, 4 Nov 2010 13:37:32 +0000 Subject: [PATCH] Add template for 500 error --- pyi2phosts/templates/500.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pyi2phosts/templates/500.html diff --git a/pyi2phosts/templates/500.html b/pyi2phosts/templates/500.html new file mode 100644 index 0000000..d430a40 --- /dev/null +++ b/pyi2phosts/templates/500.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} + +{% block content %} +

500 Internal server error

+{% endblock %}