mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 19:48:36 +02:00
fix python syntax
This commit is contained in:
parent
94adf2246d
commit
7b9bbb9390
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ class DomainNameserversView(DomainFormBaseView):
|
|||
form.fields["server"].required = True
|
||||
else:
|
||||
form.fields["server"].required = False
|
||||
form.fields["server"].label += f" (optional)"
|
||||
form.fields["server"].label += " (optional)"
|
||||
form.fields["domain"].initial = self.object.name
|
||||
return formset
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue