UI: Conference website web-assets v2 upgrade #103970

Merged
Márton Lente merged 50 commits from ui/web-assets-v2-update into main 2024-09-23 12:34:43 +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 #} | {# 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 %}