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