aboutsummaryrefslogtreecommitdiff
path: root/data/templates/forbidden.htm
diff options
context:
space:
mode:
authorJustin J. Novack <jnovack@gmail.com>2012-09-17 09:53:19 -0400
committerJustin J. Novack <jnovack@gmail.com>2012-09-17 09:53:19 -0400
commit76aa2ab76d8f2305db7a2bb7cdbe461cca0146a3 (patch)
treee8a3a9cdab77505a14c71e24529b988433d57fdb /data/templates/forbidden.htm
parent2935763e253c3616d951bc18c7d21a56349531fa (diff)
downloadphorkie-76aa2ab76d8f2305db7a2bb7cdbe461cca0146a3.tar.gz
phorkie-76aa2ab76d8f2305db7a2bb7cdbe461cca0146a3.zip
ADD: Add identity to /forbidden page for easy administration
Diffstat (limited to 'data/templates/forbidden.htm')
-rw-r--r--data/templates/forbidden.htm6
1 files changed, 5 insertions, 1 deletions
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 @@
<fieldset>
<legend>Access Denied</legend>
- <img src="images/access_denied.png">
+ <img src="images/access_denied.png" align='left'>
+ <p>We're sorry, your identity is not authorized:</p>
+ <p><code>{{ identity }}</code></p>
+ <p>If you feel this message is in error, please notify the site admin
+ and include your identity.</p>
</fieldset>
{% endblock %}