django-bootstrap5
django-bootstrap5 copied to clipboard
Checkbox field displays as encoded characters
Hello,
I'm having an issue where {% bootstrap_field field show_label="skip" %} causes checkbox fields to display as encoded characters. On line 488 of renderers.py you have:
field = field + label
label = mark_safe("")
Did you mean to put those in the other order?
Thanks, Moses
已收到,谢谢!