mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
Update src/registrar/models/domain_request.py
Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
This commit is contained in:
parent
6c82ec9dc2
commit
4b2919d108
1 changed files with 0 additions and 3 deletions
|
@ -218,9 +218,6 @@ class DomainRequest(TimeStampedModel):
|
|||
@classmethod
|
||||
def get_org_label(cls, org_name: str):
|
||||
# Translating the key that is given to the direct readable value
|
||||
if not org_name:
|
||||
return None
|
||||
|
||||
return cls(org_name).label if org_name else None
|
||||
|
||||
class OrganizationChoicesVerbose(models.TextChoices):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue