Files
web2.0-backend/templates/kaehmy/checkbox_option.html
T
2022-08-03 22:46:14 +03:00

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>