mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 10:07:04 +02:00
linted
This commit is contained in:
parent
ca8cfda03d
commit
34ba850277
7 changed files with 263 additions and 189 deletions
|
@ -1460,7 +1460,7 @@ class DomainRequest(TimeStampedModel):
|
|||
if self.portfolio:
|
||||
return self.portfolio.state_territory
|
||||
return self.state_territory
|
||||
|
||||
|
||||
@property
|
||||
def converted_urbanization(self):
|
||||
if self.portfolio:
|
||||
|
@ -1477,4 +1477,4 @@ class DomainRequest(TimeStampedModel):
|
|||
def converted_senior_official(self):
|
||||
if self.portfolio:
|
||||
return self.portfolio.senior_official
|
||||
return self.senior_official
|
||||
return self.senior_official
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue