3 lines
218 B
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 %}
|