mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
removed variations-toggle hreef-attribute to enable non-JS dialog-open behaviour
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="product-description {% if item.picture %}with-picture{% endif %}">
|
<div class="product-description {% if item.picture %}with-picture{% endif %}">
|
||||||
<h4>
|
<h4>
|
||||||
<a href="#" data-toggle="variations">
|
<a data-toggle="variations">
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
</a>
|
</a>
|
||||||
</h4>
|
</h4>
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-md-2 col-xs-6 availability-box">
|
<div class="col-md-2 col-xs-6 availability-box">
|
||||||
{% if not event.settings.show_variations_expanded %}
|
{% if not event.settings.show_variations_expanded %}
|
||||||
<a href="#" data-toggle="variations" class="js-only">
|
<a data-toggle="variations" class="js-only">
|
||||||
{% trans "Show variants" %}
|
{% trans "Show variants" %}
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user