Skip to content

Commit ee0e1cf

Browse files
authored
Add space after attributes
1 parent 6a87a8d commit ee0e1cf

File tree

1 file changed

+1
-1
lines changed
  • materializecssform/templates/materializecssform

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% for name, value in field.field.widget.attrs.items %}
22
{% if value is not False %}
3-
{{ name }}{% if value is not True %}="{{ value|stringformat:'s' }}"{% endif %}
3+
{{ name }}{% if value is not True %}="{{ value|stringformat:'s' }}" {% endif %}
44
{% endif %}
55
{% endfor %}

0 commit comments

Comments
 (0)