mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-03 01:33:32 +02:00
Remove numbering
This commit is contained in:
parent
9899b5ae3e
commit
9fe1bbaac5
8 changed files with 57 additions and 145 deletions
|
@ -511,9 +511,7 @@ class DotGovDomainForm(RegistrarForm):
|
|||
values = {}
|
||||
requested_domain = getattr(obj, "requested_domain", None)
|
||||
if requested_domain is not None:
|
||||
is_incomplete = requested_domain.is_incomplete
|
||||
# Only display a preexisting name if the application was completed
|
||||
domain_name = requested_domain.name if not is_incomplete else ""
|
||||
domain_name = requested_domain.name
|
||||
values["requested_domain"] = Domain.sld(domain_name)
|
||||
return values
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue