Skip to content

Commit

Permalink
make sure submit is using the correct start template
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGoodall committed Jul 9, 2024
1 parent 5d50deb commit 2c9a383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/form-wizard/check/steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default {
entryPoint: true,
resetJourney: true,
next: 'dataset',
template: '../views/check/start.html',
template: 'check/start.html',
noPost: true
},
// '/data-subject': {
Expand Down
2 changes: 1 addition & 1 deletion src/routes/form-wizard/endpoint-submission-form/steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
entryPoint: true,
resetJourney: true,
noPost: true,
template: 'start.html',
template: 'submit/start.html',
next: '/submit/lpa-details'
},
'/lpa-details': {
Expand Down

0 comments on commit 2c9a383

Please sign in to comment.