mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +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"
|
||||
{% if c.max_count == 1 and c.min_count == 1 and c.items|length == 1 %}
|
||||
checked="checked"
|
||||
disabled="disabled"
|
||||
required="required"
|
||||
{% elif item.initial %}
|
||||
checked="checked"
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user