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