Tribal government question, still needs follow-up 'more information' page

This commit is contained in:
Neil Martinsen-Burrell 2023-01-20 12:34:13 -06:00
parent c0c726e5fa
commit 2c66b3728e
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
8 changed files with 138 additions and 1 deletions

View file

@ -24,6 +24,7 @@ application_urls = [
for step, view in [
# add/remove steps here
(Step.ORGANIZATION_TYPE, views.OrganizationType),
(Step.TRIBAL_GOVERNMENT, views.TribalGovernment),
(Step.ORGANIZATION_FEDERAL, views.OrganizationFederal),
(Step.ORGANIZATION_ELECTION, views.OrganizationElection),
(Step.ORGANIZATION_CONTACT, views.OrganizationContact),