Commit 791ac63e authored by Michal Čihař's avatar Michal Čihař

Change check flags editor to input

Textare is not really needed here
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 43a4c9ac
......@@ -733,7 +733,6 @@ class PriorityForm(forms.Form):
class CheckFlagsForm(forms.Form):
flags = forms.CharField(
label=_('Check flags'),
widget=forms.Textarea,
required=False,
help_text=_(
'Please enter comma separated list of check flags, '
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment