Add email link for error messages on 500 page

This commit is contained in:
summerscope
2014-07-02 11:51:48 +10:00
parent 106c9f63bb
commit 23ae0806e7

View File

@@ -32,6 +32,13 @@
<p>We're sorry, but something went wrong.
<br>Try refreshing the page, or
<br><h3><a class="go_home" href="/" >Return home</a></h3>
<br>Want to let us know what went wrong? Email us at:
<h3>
<!-- Can we do .reverse ??
<a class="go_home" href="mailto:hello@openfoodnetwork.org" target="_blank"></a>
-->
hello [at] openfoodnetwork.org
</h3>
</p>
</div>
</body>