mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Added hook for links in the footer
This commit is contained in:
@@ -58,4 +58,8 @@
|
||||
<a href="{{ request.event.settings.imprint_url }}" target="_blank">{% trans "Imprint" %}</a>
|
||||
·
|
||||
{% endif %}
|
||||
{% for f in footer %}
|
||||
<a href="{{ f.url }}" target="_blank">{{ f.label }}</a>
|
||||
·
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user