mirror of
https://github.com/pretix/pretix.git
synced 2026-08-24 13:02:00 +00:00
Fixed a JavaScript syntax error
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
<div class="item-with-variations">
|
<div class="item-with-variations">
|
||||||
<div class="row-fluid product-row headline">
|
<div class="row-fluid product-row headline">
|
||||||
<div class="col-md-8 col-xs-12">
|
<div class="col-md-8 col-xs-12">
|
||||||
<a href="javascript:void();" data-toggle="variations">
|
<a href="javascript:void(0);" data-toggle="variations">
|
||||||
<strong>{{ item.name }}</strong>
|
<strong>{{ item.name }}</strong>
|
||||||
</a>
|
</a>
|
||||||
{% if item.short_description %}<p>{{ item.short_description }}</p>{% endif %}
|
{% if item.short_description %}<p>{{ item.short_description }}</p>{% endif %}
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2 col-xs-6 availability-box">
|
<div class="col-md-2 col-xs-6 availability-box">
|
||||||
<a href="javascript:void();" data-toggle="variations" class="js-only">
|
<a href="javascript:void(0);" data-toggle="variations" class="js-only">
|
||||||
{% trans "Show variants" %}
|
{% trans "Show variants" %}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user