mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 01:11:55 +02:00
Place no other contacts reason box on own page
This commit is contained in:
parent
dd44d405fa
commit
ab34629a7b
8 changed files with 58 additions and 11 deletions
|
@ -35,6 +35,7 @@ for step, view in [
|
|||
(Step.PURPOSE, views.Purpose),
|
||||
(Step.YOUR_CONTACT, views.YourContact),
|
||||
(Step.OTHER_CONTACTS, views.OtherContacts),
|
||||
(Step.NO_OTHER_CONTACTS, views.NoOtherContacts),
|
||||
(Step.SECURITY_EMAIL, views.SecurityEmail),
|
||||
(Step.ANYTHING_ELSE, views.AnythingElse),
|
||||
(Step.REQUIREMENTS, views.Requirements),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue