UI: 2024 Hero component options #103971

Merged
Márton Lente merged 66 commits from ui/2024-hero-options into main 2024-09-24 13:00:31 +02:00
Showing only changes of commit aa5271e87b - Show all commits

View File

@ -31,7 +31,7 @@ nav.nav-global(role='navigation')
| {# We have to compare strings, because Django can't handle enum values in templates #}
| {% if edition and edition.ticket_sale_status == 'open' %}
li.d-lg-inline-flex.d-none
a.nav-global-btn.nav-global-btn-primary(href="{% url 'tickets:products-table' %}")
a.btn.btn-accent(href="{% url 'tickets:products-table' %}")
i.i-ticket
span Buy tickets
| {% endif %}