Merge branch 'main' into jon/425

This commit is contained in:
Jon Roberts 2023-02-27 13:24:06 -07:00
commit e213c7388b
No known key found for this signature in database
GPG key ID: EED093582198B041
8 changed files with 62 additions and 15 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.ANYTHING_ELSE, views.AnythingElse),
(Step.REQUIREMENTS, views.Requirements),
(Step.REVIEW, views.Review),