mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
ran the formatteR
This commit is contained in:
parent
6599515f68
commit
db0806b6f6
1 changed files with 14 additions and 14 deletions
|
@ -1337,7 +1337,7 @@ class DomainRequest(TimeStampedModel):
|
|||
|
||||
@property
|
||||
def converted_organization_name(self):
|
||||
""""returns the organization field if the domain request is in a portfolio
|
||||
""" "returns the organization field if the domain request is in a portfolio
|
||||
otherwise it returns the organization name from the domain request object itself"""
|
||||
if self.portfolio:
|
||||
return self.portfolio.organization_name
|
||||
|
@ -1345,7 +1345,7 @@ class DomainRequest(TimeStampedModel):
|
|||
|
||||
@property
|
||||
def converted_generic_org_type(self):
|
||||
""""returns the organization type if the domain request is in a portfolio
|
||||
""" "returns the organization type if the domain request is in a portfolio
|
||||
otherwise it returns the organization type from the domain request object itself"""
|
||||
if self.portfolio:
|
||||
return self.portfolio.organization_type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue