mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
Fix form field w/ refactor
This commit is contained in:
parent
9d872d065c
commit
3c1c888356
7 changed files with 17 additions and 6 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue