mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-03 09:43:33 +02:00
minor formatting
This commit is contained in:
parent
8f59980afd
commit
aeb7665aca
1 changed files with 1 additions and 3 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue