forked from CGM_Public/pretix_original
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