mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-20 02:41:51 +00:00
5 lines
127 B
HTML
5 lines
127 B
HTML
{% if use_tag %}
|
|
<label {% include 'django/forms/attrs.html' %}>{{ label }}</label>
|
|
{% else %}
|
|
{{ label }}
|
|
{% endif %}
|