Skip to content

Commit

Permalink
CCAP-411 Updated PR to include notice (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
enyia21 authored Oct 17, 2024
1 parent fe8e0ed commit 616ecd7
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@
<div th:replace="~{fragments/goBack :: goBackLink}"></div>
<main id="content" role="main" class="form-card spacing-above-35">
<th:block th:replace="~{fragments/gcc-icons :: greenCheck}"></th:block>
<div
th:class="spacing-below-0"
th:replace="~{fragments/cardHeader :: cardHeader(header=#{provider-response-submit-complete-final.header})}">
</div>
<div th:if="${lockedSubmissionMessage}" class="notice--warning">
<p th:text="${lockedSubmissionMessage}"></p>
</div>
<div
th:class="spacing-below-0"
th:replace="~{fragments/cardHeader :: cardHeader(header=#{provider-response-submit-complete-final.header})}">
</div>
<th:block th:replace="~{fragments/form :: form(action=${formAction}, content=~{::content})}">
<th:block th:ref="content">
<div class="form-card__content"
Expand Down

0 comments on commit 616ecd7

Please sign in to comment.