Skip to content

Commit 26be083

Browse files
authored
Merge pull request #28 from renderbox/develop
Hotfix for v0.2.9
2 parents 5ebcb92 + d50918d commit 26be083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

permafrost/templates/permafrost/permafrostrole_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h6 class="m-0 text-primary font-weight-bold">
6262
<input
6363
name="{{ form.description.name }}"
6464
type="text" id="{{ form.description.id_for_label }}"
65-
class="form-control{% if form.name.errors %} is-invalid{% endif %}"
65+
class="form-control{% if form.description.errors %} is-invalid{% endif %}"
6666
placeholder="{{ form.description.help_text }}"
6767
value="{% firstof form.initial.description form.data.description form.instance.description '' %}" >
6868

0 commit comments

Comments
 (0)