forked from CGM_Public/pretix_original
Include site-wide footer link/text
This commit is contained in:
committed by
Raphael Michel
parent
c5fdf7c215
commit
d54d9a70fb
@@ -64,6 +64,10 @@
|
||||
<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="{{ f.url }}" target="_blank">{{ f.label }}</a>
|
||||
·
|
||||
|
||||
Reference in New Issue
Block a user