summaryrefslogtreecommitdiff
path: root/src
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
commit270a9b031490060ab10f7f9d48511cb7e95f600b (patch)
tree3689818b6ca5316d5e4efafc6a8d04bca24f0670 /src
parentb1c063c8db92f269e3caae531c5be9f546da6754 (diff)
Adding error pages.
Diffstat (limited to 'src')
-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>