From dd9f1e3e91db5ede16900fc9257f921b37538410 Mon Sep 17 00:00:00 2001 From: Thayer Williams Date: Tue, 16 Mar 2010 11:19:29 -0700 Subject: Updated error page semantics Signed-off-by: Dan McGee --- templates/500.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/500.html') diff --git a/templates/500.html b/templates/500.html index 9566fc29..7f040638 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% block content %} -
-

500 - Internal Server Error

- Something has gone horribly wrong. Back away slowly. -
+
+

500 - Internal Server Error

+

Something has gone horribly wrong. Back away slowly.

+
{% endblock %} -- cgit v1.2.3-54-g00ecf