summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2014-02-01 10:12:23 -0800
committerJesse Morgan <jesse@jesterpm.net>2014-02-01 10:12:23 -0800
commit352f957c9c312b46b2b7602dc75893b3daf23182 (patch)
tree178dc25770f3cbd183b220795c54171418a84fbd /src/templates
parent5e6f01ed2fd2ee68b7bb66afc35ccdc644247944 (diff)
Adding error pages.
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/templates/error.ftl2
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>