add configurable contact email for error pages
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
{% block body %}
|
||||
<div class="content">
|
||||
<h1>INTERNAL SERVER ERROR</h1>
|
||||
<p>Something bad happened! Please email me at bss @ <this domain> and tell me what happened.</p>
|
||||
<p>Something bad happened! Please email me at {{ config.CONTACT_EMAIL }} and tell me what happened.</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user