Fix form field w/ refactor

This commit is contained in:
zandercymatics 2024-04-15 11:33:21 -06:00
parent 9d872d065c
commit 3c1c888356
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
7 changed files with 17 additions and 6 deletions

View file

@ -652,6 +652,7 @@ class DomainRequest(TimeStampedModel):
blank=True,
db_index=True,
verbose_name="CISA region representative",
max_length=320,
)
is_policy_acknowledged = models.BooleanField(