forked from CGM_Public/pretix_original
Use exclusive checkboxes for addon items with max_count == 1 and !multi_allowed
This commit is contained in:
@@ -333,6 +333,9 @@
|
||||
{% elif item.initial %}
|
||||
checked="checked"
|
||||
{% endif %}
|
||||
{% if c.max_count == 1 %}
|
||||
data-exclusive-prefix="cp_{{ form.pos.pk }}_item_"
|
||||
{% endif %}
|
||||
name="cp_{{ form.pos.pk }}_item_{{ item.id }}"
|
||||
id="cp_{{ form.pos.pk }}_item_{{ item.id }}"
|
||||
aria-label="{% blocktrans with item=item.name %}Add {{ item }} to cart{% endblocktrans %}"
|
||||
|
||||
Reference in New Issue
Block a user