diff options
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> | 
