aemo_fr/aemo/templates/widgets/input_option.html

3 lines
218 B
HTML
Raw Permalink Normal View History

2024-06-03 16:49:01 +02:00
{# 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 %}