summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJohannes Lauinger <johannes@lauinger-it.de>2015-11-01 21:10:25 +0100
committerJohannes Lauinger <johannes@lauinger-it.de>2015-11-01 21:10:25 +0100
commit999ff3fc7ae857846e6947fc52ae1e9ebd4757ed (patch)
treea6d1106bb097a0e866ef8566f268e033908dc877 /templates
parentff7dd610405705260f88b202a2d25c84460e69b4 (diff)
use configured %contact_email% instead of hard-coded contact email
address on every page
Diffstat (limited to 'templates')
-rw-r--r--templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html
index e1a884f6..ee7fcd2d 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -29,7 +29,7 @@
<div class="col-md-12">
<hr />
<div class="text-center footer" style="margin-bottom: 10px;">
- <a href="%faq_url%">FAQ</a> · <a href="mailto:erzengel@lists.ccc.de"><span class="glyphicon glyphicon-envelope"></span> Contact</a> · <a href="https://github.com/engelsystem/engelsystem/issues">Bugs / Features</a> · <a href="https://github.com/engelsystem/engelsystem/">Development
+ <a href="%faq_url%">FAQ</a> · <a href="%contact_email%"><span class="glyphicon glyphicon-envelope"></span> Contact</a> · <a href="https://github.com/engelsystem/engelsystem/issues">Bugs / Features</a> · <a href="https://github.com/engelsystem/engelsystem/">Development
Platform</a> · <a href="?p=credits">Credits</a>
</div>
</div>