Files
web2.0-backend/webapp/templates/kaehmy/kaehmy_checkbox_option.html
T
2018-01-24 18:12:21 +02:00

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>