diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 09:53:19 -0400 |
|---|---|---|
| committer | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 09:53:19 -0400 |
| commit | 76aa2ab76d8f2305db7a2bb7cdbe461cca0146a3 (patch) | |
| tree | e8a3a9cdab77505a14c71e24529b988433d57fdb /data | |
| parent | 2935763e253c3616d951bc18c7d21a56349531fa (diff) | |
| download | phorkie-76aa2ab76d8f2305db7a2bb7cdbe461cca0146a3.tar.gz phorkie-76aa2ab76d8f2305db7a2bb7cdbe461cca0146a3.zip | |
ADD: Add identity to /forbidden page for easy administration
Diffstat (limited to 'data')
| -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 %} |
