diff --git a/horilla_widgets/templates/horilla_widgets/horilla_attr.html b/horilla_widgets/templates/horilla_widgets/horilla_attr.html index 7a5592afc..c52de9eea 100644 --- a/horilla_widgets/templates/horilla_widgets/horilla_attr.html +++ b/horilla_widgets/templates/horilla_widgets/horilla_attr.html @@ -1 +1 @@ -{% for name, value in widget.attrs.items %}{% if value is not False %} {{ name }}{% if value is not True %}="{{ value|stringformat:'s' }}"{% endif %}{% endif %}{% endfor %} \ No newline at end of file +{% for name, value in widget.attrs.items %}{% if value is not False %} {{ name }}{% if value is not True %}="{{ value|stringformat:'s' }}"{% endif %}{% endif %}{% endfor %} diff --git a/horilla_widgets/templates/horilla_widgets/multiselect_components/table.html b/horilla_widgets/templates/horilla_widgets/multiselect_components/table.html index 3cc59eaa1..abcc1344f 100644 --- a/horilla_widgets/templates/horilla_widgets/multiselect_components/table.html +++ b/horilla_widgets/templates/horilla_widgets/multiselect_components/table.html @@ -59,7 +59,7 @@