mirror of https://github.com/snachodog/mybuddy.git
🎨 fixes template formatting
This commit is contained in:
parent
94c557d3b8
commit
a453d869a3
|
@ -1,9 +1,10 @@
|
|||
{% load imagekit static %}
|
||||
|
||||
{% if widget.wrap_label %}
|
||||
<label{% if widget.attrs.id %}
|
||||
for="{{ widget.attrs.id }}"{% endif %}
|
||||
class="btn btn-outline-light btn-no-hover">{% endif %}{% include "django/forms/widgets/input.html" %}
|
||||
<label{% if widget.attrs.id %} for="{{ widget.attrs.id }}"{% endif %} class="btn btn-outline-light btn-no-hover">
|
||||
{% endif %}
|
||||
{% include "django/forms/widgets/input.html" %}
|
||||
{% if widget.wrap_label %}
|
||||
{% include "core/child_thumbnail.html" with child=widget %}
|
||||
{{ widget.label }}</label>{% endif %}
|
||||
{{ widget.label }}</label>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue