working through being Created

This commit is contained in:
Alysia Broddrick 2023-08-23 06:23:11 -07:00
parent 099adb3dc2
commit c0969739b5
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7
3 changed files with 253 additions and 70 deletions

View file

@ -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):