diff options
Diffstat (limited to 'data/templates')
| -rw-r--r-- | data/templates/forbidden.htm | 6 |
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 %} |
