Include real info in app review page

This commit is contained in:
Seamus Johnston 2022-12-12 10:07:41 -06:00
parent fc353a1ff6
commit 6fe6e23368
No known key found for this signature in database
GPG key ID: 2F21225985069105
8 changed files with 169 additions and 31 deletions

View file

@ -287,7 +287,7 @@ class DomainApplication(TimeStampedModel):
federal_agency = models.TextField(
null=True,
blank=False,
blank=True,
help_text="Top level federal agency",
)