Add cssclass for footer-nav and improve button-style in footer

This commit is contained in:
Richard Schreiber
2026-05-11 09:44:07 +02:00
parent 9d57380c9a
commit bf4ec9bd18
2 changed files with 5 additions and 2 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>