diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2014-02-01 10:12:23 -0800 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2014-02-01 10:12:23 -0800 |
commit | 352f957c9c312b46b2b7602dc75893b3daf23182 (patch) | |
tree | 178dc25770f3cbd183b220795c54171418a84fbd /src/templates | |
parent | 5e6f01ed2fd2ee68b7bb66afc35ccdc644247944 (diff) |
Adding error pages.
Diffstat (limited to 'src/templates')
-rw-r--r-- | src/templates/templates/error.ftl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/templates/error.ftl b/src/templates/templates/error.ftl index 2494907..4f46839 100644 --- a/src/templates/templates/error.ftl +++ b/src/templates/templates/error.ftl @@ -8,7 +8,7 @@ <@content> <h1>An Error has Occurred</h1> - <p>An error has occurred. If you continue to see this message, please contact us.</p> + <p>An error has occurred. If you continue to see this message, please <a href="http://jesterpm.net/betafeedback.php">contact us</a>.</p> <p>Error: ${errorMessage}</p> </@content> </@commonpage> |