add configurable contact email for error pages

This commit is contained in:
2021-02-23 13:11:52 -06:00
parent 085571e58f
commit 70a8d4f06a
4 changed files with 11 additions and 5 deletions

View File

@@ -9,6 +9,6 @@
{% block body %}
<div class="content">
<h1>INTERNAL SERVER ERROR</h1>
<p>Something bad happened! Please email me at bss @ &lt;this domain&gt; 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 %}