mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-06 04:27:22 +02:00
change organization_type to generic_org_type
This commit is contained in:
parent
357ccf0b5b
commit
cb9808594f
29 changed files with 204 additions and 176 deletions
|
@ -169,7 +169,7 @@ class RegistrarFormSet(forms.BaseFormSet):
|
|||
|
||||
|
||||
class OrganizationTypeForm(RegistrarForm):
|
||||
organization_type = forms.ChoiceField(
|
||||
generic_org_type = forms.ChoiceField(
|
||||
# use the long names in the domain request form
|
||||
choices=DomainRequest.OrganizationChoicesVerbose.choices,
|
||||
widget=forms.RadioSelect,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue