mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Remove disabled attribute on checkbox (#2423)
Co-authored-by: Raphael Michel <michel@rami.io>
This commit is contained in:
@@ -287,7 +287,7 @@
|
|||||||
<input type="checkbox" value="1"
|
<input type="checkbox" value="1"
|
||||||
{% if c.max_count == 1 and c.min_count == 1 and c.items|length == 1 %}
|
{% if c.max_count == 1 and c.min_count == 1 and c.items|length == 1 %}
|
||||||
checked="checked"
|
checked="checked"
|
||||||
disabled="disabled"
|
required="required"
|
||||||
{% elif item.initial %}
|
{% elif item.initial %}
|
||||||
checked="checked"
|
checked="checked"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user