mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Use safelink for global footer links
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
·
|
·
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% for f in footer %}
|
{% for f in footer %}
|
||||||
<a href="{{ f.url }}" target="_blank">{{ f.label }}</a>
|
<a href="{% safelink f.url %}" target="_blank">{{ f.label }}</a>
|
||||||
·
|
·
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user