Updated Anything Else page to Additional Details page

This commit is contained in:
CocoByte 2024-04-10 16:20:57 -06:00
parent 6d13614521
commit 8f27aa1010
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
10 changed files with 314 additions and 71 deletions

View file

@ -46,7 +46,7 @@ for step, view in [
(Step.PURPOSE, views.Purpose),
(Step.YOUR_CONTACT, views.YourContact),
(Step.OTHER_CONTACTS, views.OtherContacts),
(Step.ANYTHING_ELSE, views.AnythingElse),
(Step.ANYTHING_ELSE, views.AdditionalDetails),
(Step.REQUIREMENTS, views.Requirements),
(Step.REVIEW, views.Review),
]: