Added hook for links in the footer

This commit is contained in:
Raphael Michel
2016-06-14 13:05:47 +02:00
parent 1bdf332afd
commit 0c4368170f
4 changed files with 21 additions and 1 deletions

View File

@@ -58,4 +58,8 @@
<a href="{{ request.event.settings.imprint_url }}" target="_blank">{% trans "Imprint" %}</a>
&middot;
{% endif %}
{% for f in footer %}
<a href="{{ f.url }}" target="_blank">{{ f.label }}</a>
&middot;
{% endfor %}
{% endblock %}