Include site-wide footer link/text

This commit is contained in:
Tobias Kunze
2016-10-31 12:16:41 +01:00
committed by Raphael Michel
parent c5fdf7c215
commit d54d9a70fb
2 changed files with 23 additions and 0 deletions

View File

@@ -64,6 +64,10 @@
<a href="{% safelink request.event.settings.imprint_url %}" target="_blank">{% trans "Imprint" %}</a>
&middot;
{% endif %}
{% if footer_text %}
{{ footer_text }}
&middot;
{% endif %}
{% for f in footer %}
<a href="{{ f.url }}" target="_blank">{{ f.label }}</a>
&middot;