mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 04:58:42 +02:00
correct form validation and dynamic elements
This commit is contained in:
parent
190bca2cac
commit
065febd496
4 changed files with 32 additions and 83 deletions
|
@ -1398,7 +1398,7 @@ class DomainRequest(TimeStampedModel):
|
|||
if self.has_anything_else_text is None or self.has_cisa_representative is None:
|
||||
has_details = False
|
||||
return has_details
|
||||
|
||||
|
||||
def is_feb(self) -> bool:
|
||||
"""Is this domain request for a Federal Executive Branch agency?"""
|
||||
if not self.generic_org_type:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue