diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 15:51:20 -0400 |
|---|---|---|
| committer | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 15:51:20 -0400 |
| commit | 740ce67c8db40367f83248653309e69f1866b288 (patch) | |
| tree | 1122ba5bcc7586a2bb80efc5f4ce8e5fed246386 | |
| parent | f5bdbfca6e34e35231ab7ae72241c152b047f86b (diff) | |
| download | phorkie-740ce67c8db40367f83248653309e69f1866b288.tar.gz phorkie-740ce67c8db40367f83248653309e69f1866b288.zip | |
FIX: URL for access_denied image
| -rw-r--r-- | data/templates/forbidden.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/forbidden.htm b/data/templates/forbidden.htm index e6965dd..d7d3b61 100644 --- a/data/templates/forbidden.htm +++ b/data/templates/forbidden.htm @@ -5,7 +5,7 @@ <fieldset> <legend>Access Denied</legend> - <img src="images/access_denied.png" align='left'> + <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 |
