Files
web2.0-backend/kaehmy/templates/checkbox_option.html
T
Aarni Halinen bb0b2a2628 Fix kaehmy form
2022-08-11 11:28:30 +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>