UI: 2024 Hero component options #103971
@ -31,7 +31,7 @@ nav.nav-global(role='navigation')
|
|||||||
| {# 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.d-lg-inline-flex.d-none
|
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
|
i.i-ticket
|
||||||
span Buy tickets
|
span Buy tickets
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user