5 lines
264 B
HTML
5 lines
264 B
HTML
<label{% if widget.attrs.id %} for="{{ widget.attrs.id }}"{% endif %}>
|
|
{% include "django/forms/widgets/input.html" %}
|
|
{{ widget.label }}</label>
|
|
<span class="fa fa-info-circle" data-toggle="tooltip" data-placement="right" title="{{ widget.description }}"></span>
|