Fix kaehmy form

This commit is contained in:
Aarni Halinen
2022-08-11 11:28:30 +03:00
parent 32d636d3ee
commit bb0b2a2628
2 changed files with 4 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
<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>