tweaking email field so it can be validated

This commit is contained in:
Jon Roberts 2023-05-02 12:38:15 -06:00
parent c99a9598ef
commit c9b0890b9d
No known key found for this signature in database
GPG key ID: EED093582198B041

View file

@ -11,7 +11,7 @@ from django.db import models
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
class DomainInformation(DomainApplication): class DomainInformation(DomainApplication):
security_email = models.CharField( security_email = models.EmailField(
max_length=320, max_length=320,
null=True, null=True,
blank=True, blank=True,