UI: 2024 Hero component options #103971
@ -30,10 +30,10 @@ nav.nav-global(role='navigation')
|
||||
| {% if '/tickets/overview/' not in request.path %}
|
||||
| {# We have to compare strings, because Django can't handle enum values in templates #}
|
||||
| {% if edition and edition.ticket_sale_status == 'open' %}
|
||||
li.mr-2
|
||||
a.btn.btn-accent.text-white(href="{% url 'tickets:products-table' %}")
|
||||
li.d-lg-inline-flex.d-none
|
||||
a.nav-global-btn.nav-global-btn-primary(href="{% url 'tickets:products-table' %}")
|
||||
i.i-ticket
|
||||
span Buy Tickets
|
||||
span Buy tickets
|
||||
| {% endif %}
|
||||
| {% endif %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user