Skip to content

Commit

Permalink
AC3 - Update additional Save buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
StuAA78 committed Oct 28, 2024
1 parent 3b6ced7 commit 72645bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,7 @@ <h3>What to do if you have no written authorisation</h3>
"
}) }}

{{ govukButton({
text: "Upload",
attributes: {
id: "continue",
"data-testid": "continue"
}
}) }}
{% include "common/save-and-upload-button-group.html" %}
</div>
</div>
</div>
Expand Down
9 changes: 2 additions & 7 deletions packages/webapp/src/views/land/upload-ownership-proof.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,8 @@
}
}) }}
<p><a href="/land/need-ownership-proof">I do not have proof of land ownership</a></p>
{{ govukButton({
text: "Upload",
attributes: {
id: "continue",
"data-testid": "continue"
}
}) }}

{% include "common/save-and-upload-button-group.html" %}
</div>
</div>
</div>
Expand Down

0 comments on commit 72645bc

Please sign in to comment.