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 %}
|
||||
{% for f in footer %}
|
||||
<a href="{{ f.url }}" target="_blank">{{ f.label }}</a>
|
||||
<a href="{% safelink f.url %}" target="_blank">{{ f.label }}</a>
|
||||
·
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user