We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e43a1 commit 0215d03Copy full SHA for 0215d03
example/custom/templates/comments/form.html
@@ -12,7 +12,7 @@
12
13
<div style="display:none">{{ form.honeypot }}</div>
14
15
- <div class="row justify-content-center my-3 form-group{% if 'title' in form.erros %} is-invalid{% endif %}">
+ <div class="row justify-content-center my-3 form-group{% if 'title' in form.errors %} is-invalid{% endif %}">
16
<div class="col-2 text-end">
17
<label for="id_title" class="col-form-label">{{ form.title.label }}</label>
18
</div>
0 commit comments