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.
1 parent 59bc12f commit b063e41Copy full SHA for b063e41
permafrost/forms.py
@@ -42,7 +42,7 @@ def bootstrappify(fields):
42
43
class SelectPermafrostRoleTypeForm(ModelForm):
44
name = CharField(required=False)
45
- description = CharField(required=False, widget=Textarea())
+ description = CharField(required=False)
46
category = ChoiceField(choices=CHOICES)
47
48
class Meta:
0 commit comments