mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 05:54:11 +02:00
Update domain.py
This commit is contained in:
parent
2659927795
commit
f89578d821
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
||||||
|
|
||||||
@Cache
|
@Cache
|
||||||
def administrative_contact(self) -> PublicContact | None:
|
def administrative_contact(self) -> PublicContact | None:
|
||||||
"""Get or set the admin contact for this domain."""
|
"""Get the admin contact for this domain."""
|
||||||
admin = PublicContact.ContactTypeChoices.ADMINISTRATIVE
|
admin = PublicContact.ContactTypeChoices.ADMINISTRATIVE
|
||||||
return self.generic_contact_getter(admin)
|
return self.generic_contact_getter(admin)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue