ADD: Add identity to /forbidden page for easy administration
[phorkie.git] / data / templates / forbidden.htm
index ad40a9fdc76801e3afecac02596c3c706250bf76..e6965dd7a10d89affd8c6db9bdaaaaa63a1699db 100644 (file)
@@ -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 %}