From 76aa2ab76d8f2305db7a2bb7cdbe461cca0146a3 Mon Sep 17 00:00:00 2001 From: "Justin J. Novack" Date: Mon, 17 Sep 2012 09:53:19 -0400 Subject: ADD: Add identity to /forbidden page for easy administration --- data/templates/forbidden.htm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'data/templates') diff --git a/data/templates/forbidden.htm b/data/templates/forbidden.htm index ad40a9f..e6965dd 100644 --- a/data/templates/forbidden.htm +++ b/data/templates/forbidden.htm @@ -5,7 +5,11 @@
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.

{% endblock %} -- cgit v1.2.3