We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ebcb92 + d50918d commit 26be083Copy full SHA for 26be083
permafrost/templates/permafrost/permafrostrole_form.html
@@ -62,7 +62,7 @@ <h6 class="m-0 text-primary font-weight-bold">
62
<input
63
name="{{ form.description.name }}"
64
type="text" id="{{ form.description.id_for_label }}"
65
- class="form-control{% if form.name.errors %} is-invalid{% endif %}"
+ class="form-control{% if form.description.errors %} is-invalid{% endif %}"
66
placeholder="{{ form.description.help_text }}"
67
value="{% firstof form.initial.description form.data.description form.instance.description '' %}" >
68
0 commit comments