Skip to content

Commit 80dda25

Browse files
authored
field_errors_block.html: insert missing space between attributes (#221)
1 parent e03c9b1 commit 80dda25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crispy_bootstrap5/templates/bootstrap5/layout/field_errors_block.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% if form_show_errors and field.errors %}
2-
<div id="{{field.errors.field_id}}_error"class="invalid-feedback">
2+
<div id="{{field.errors.field_id}}_error" class="invalid-feedback">
33
{% for error in field.errors %}
44
<p id="error_{{ forloop.counter }}_{{ field.auto_id }}"><strong>{{ error }}</strong></p>
55
{% endfor %}

0 commit comments

Comments
 (0)