Place no other contacts reason box on own page

This commit is contained in:
Seamus Johnston 2023-02-22 10:24:02 -06:00
parent dd44d405fa
commit ab34629a7b
No known key found for this signature in database
GPG key ID: 2F21225985069105
8 changed files with 58 additions and 11 deletions

View file

@ -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),