mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-03 09:43:33 +02:00
tweaking email field so it can be validated
This commit is contained in:
parent
c99a9598ef
commit
c9b0890b9d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue