summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-09-28 11:46:40 +0200
committermsquare <msquare@notrademark.de>2016-09-28 11:46:40 +0200
commit50bf7feff0e0461e6afc7a6488dec1b898fa5abd (patch)
tree614f435b51a92649ec388a1554009017173bdd75 /templates
parent6384eca1cefd9cc3aa1b38cbc037751c5f2fd5d8 (diff)
show event info in footer text line
Diffstat (limited to 'templates')
-rw-r--r--templates/layout.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html
index ee7fcd2d..a311be67 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -29,6 +29,7 @@
<div class="col-md-12">
<hr />
<div class="text-center footer" style="margin-bottom: 10px;">
+ %event_info%
<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>