minor formatting

This commit is contained in:
David Kennedy 2024-01-10 19:58:48 -05:00
parent 8f59980afd
commit aeb7665aca
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -789,9 +789,7 @@ class NoOtherContactsForm(RegistrarForm):
no_other_contacts_rationale = forms.CharField( no_other_contacts_rationale = forms.CharField(
required=True, required=True,
# label has to end in a space to get the label_suffix to show # label has to end in a space to get the label_suffix to show
label=( label=("No other employees rationale"),
"No other employees rationale"
),
widget=forms.Textarea(), widget=forms.Textarea(),
validators=[ validators=[
MaxLengthValidator( MaxLengthValidator(