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/403.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/403.html') diff --git a/templates/403.html b/templates/403.html index c853fef..6b5fc08 100644 --- a/templates/403.html +++ b/templates/403.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% block content %} -
-

403 - Access Forbidden

- Sorry, the page you've requested is not available. -
+
+

403 - Access Forbidden

+

Sorry, the page you've requested is not available.

+
{% endblock %} -- cgit v1.2.3-24-g4f1b