mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-06 04:27:22 +02:00
Fix tests in domain requests
This commit is contained in:
parent
be2f7fe020
commit
002cfba35b
2 changed files with 4 additions and 12 deletions
|
@ -103,7 +103,7 @@ class OrganizationContactForm(RegistrarForm):
|
|||
# it is a federal agency. Use clean to check programatically
|
||||
# if it has been filled in when required.
|
||||
# uncomment to see if modelChoiceField can be an arg later
|
||||
# required=False,
|
||||
required=False,
|
||||
queryset=FederalAgency.objects.all(),
|
||||
empty_label="--Select--",
|
||||
# choices=[("", "--Select--")] + DomainRequest.AGENCY_CHOICES,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue