mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
working through being Created
This commit is contained in:
parent
099adb3dc2
commit
c0969739b5
3 changed files with 253 additions and 70 deletions
|
@ -23,8 +23,8 @@ class PublicContact(TimeStampedModel):
|
|||
"""These are the types of contacts accepted by the registry."""
|
||||
|
||||
REGISTRANT = "registrant", "Registrant"
|
||||
ADMINISTRATIVE = "administrative", "Administrative"
|
||||
TECHNICAL = "technical", "Technical"
|
||||
ADMINISTRATIVE = "admin", "Administrative"
|
||||
TECHNICAL = "tech", "Technical"
|
||||
SECURITY = "security", "Security"
|
||||
|
||||
def save(self, *args, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue