Add cssclass for footer-nav and improve button-style in footer (#6167)

This commit is contained in:
Richard Schreiber
2026-05-18 13:16:50 +02:00
committed by GitHub
parent 857791445f
commit 3df5b1d075
3 changed files with 6 additions and 3 deletions

View File

@@ -80,7 +80,7 @@
<li>{{ footer_text }}</li>
{% endif %}
{% for f in footer %}
<li><a href="{% safelink f.url %}" target="_blank" rel="noopener">{{ f.label }}</a></li>
<li><a class="{{ f.cssclass }}" href="{% safelink f.url %}" target="_blank" rel="noopener">{{ f.label }}</a></li>
{% endfor %}
{% include "pretixpresale/base_footer.html" %} {# removing or hiding this might be in violation of pretix' license #}
</ul>