forked from CGM_Public/pretix_original
Move footer linklist to global template instead of event template
This commit is contained in:
@@ -64,12 +64,4 @@
|
||||
<a href="{% safelink request.event.settings.imprint_url %}" target="_blank">{% trans "Imprint" %}</a>
|
||||
·
|
||||
{% endif %}
|
||||
{% if footer_text %}
|
||||
{{ footer_text }}
|
||||
·
|
||||
{% endif %}
|
||||
{% for f in footer %}
|
||||
<a href="{% safelink f.url %}" target="_blank">{{ f.label }}</a>
|
||||
·
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user