aemo_fr/aemo/templates/widgets/input_option.html

3 lines
218 B
HTML

{# input before label (CSSable) #}
{% include "django/forms/widgets/input.html" %} {% if widget.wrap_label %}<label {% if widget.attrs.id %} for="{{ widget.attrs.id }}"{% endif %}>{{ widget.label }}</label>{% endif %}