mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 06:26:34 +02:00
added federal agency on domain page, and suborg on requesting entity page
This commit is contained in:
parent
b4505b3863
commit
ae6c461ddb
2 changed files with 10 additions and 0 deletions
|
@ -45,6 +45,7 @@ class RequestingEntityForm(RegistrarForm):
|
|||
required=False,
|
||||
queryset=Suborganization.objects.none(),
|
||||
empty_label="--Select--",
|
||||
widget=ComboboxWidget,
|
||||
)
|
||||
requested_suborganization = forms.CharField(
|
||||
label="Requested suborganization",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue