Skip to content

Commit 0215d03

Browse files
tkin91e55danirus
authored andcommitted
fix typo
1 parent 63e43a1 commit 0215d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/custom/templates/comments/form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<div style="display:none">{{ form.honeypot }}</div>
1414

15-
<div class="row justify-content-center my-3 form-group{% if 'title' in form.erros %} is-invalid{% endif %}">
15+
<div class="row justify-content-center my-3 form-group{% if 'title' in form.errors %} is-invalid{% endif %}">
1616
<div class="col-2 text-end">
1717
<label for="id_title" class="col-form-label">{{ form.title.label }}</label>
1818
</div>

0 commit comments

Comments
 (0)