Skip to content

Commit b063e41

Browse files
committed
removes textarea from select role type form
1 parent 59bc12f commit b063e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

permafrost/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def bootstrappify(fields):
4242

4343
class SelectPermafrostRoleTypeForm(ModelForm):
4444
name = CharField(required=False)
45-
description = CharField(required=False, widget=Textarea())
45+
description = CharField(required=False)
4646
category = ChoiceField(choices=CHOICES)
4747

4848
class Meta:

0 commit comments

Comments
 (0)