Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
sree-cfa committed Feb 22, 2024
1 parent aa7ca28 commit 05d037e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/templates/requiredInputs/inputs.html
Expand Up @@ -10,7 +10,7 @@
<th:block
th:replace="~{fragments/cardHeader :: cardHeader(header='Inputs Screen', subtext='This is the inputs screen!')}"/>
<th:block
th:replace="~{fragments/form :: form(action='/flow/otherTestFlow/inputs', content=~{::formContent})}">
th:replace="~{fragments/form :: form(action='/flow/requiredInputs/inputs', content=~{::formContent})}">
<th:block th:ref="formContent">
<div class="form-card__content">
<th:block
Expand Down

0 comments on commit 05d037e

Please sign in to comment.