From dff68e21ac958ebfb8164bca4cb2143c427f4330 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 17 Sep 2012 23:01:07 +0200 Subject: use deny-by-default security --- data/templates/forbidden.htm | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) (limited to 'data') diff --git a/data/templates/forbidden.htm b/data/templates/forbidden.htm index d7d3b61..04b8fb6 100644 --- a/data/templates/forbidden.htm +++ b/data/templates/forbidden.htm @@ -3,23 +3,13 @@ {% block content %} -
- Access Denied - -

We're sorry, your identity is not authorized:

-

{{ identity }}

-

If you feel this message is in error, please notify the site admin - and include your identity.

-
+acces denied +

Access Denied

+

+ We're sorry; but you are not allowed to access this page. +

+

+ You may log in if you want. +

{% endblock %} -{% block sidebar %} - {% if recents.results %} -

Recently created

- - {% endif %} -{% endblock %} -- cgit v1.2.3