moviewyrm/bookwyrm/templates/widgets/checkbox_select_horizontal_option.html
2021-11-22 00:25:47 +01:00

5 lines
155 B
HTML

<label{% if widget.attrs.id %} for="{{ widget.attrs.id }}"{% endif %}>
{% include "django/forms/widgets/input.html" %}
{{ widget.label }}
</label>