aboutsummaryrefslogtreecommitdiff
path: root/basicConfig
diff options
context:
space:
mode:
authorThomas <>2023-02-28 09:02:27 +0100
committerThomas <>2023-02-28 09:02:27 +0100
commitb8c323e41b0f570047d21b0a1607ca7ae30652ba (patch)
treee21d9cdcc40c074543d05abfe79a0ede542b0209 /basicConfig
parent9ccbb61cf24d35196d1cf1334fb350afd4d01c8d (diff)
downloadNational_eIDAS_Gateway-b8c323e41b0f570047d21b0a1607ca7ae30652ba.tar.gz
National_eIDAS_Gateway-b8c323e41b0f570047d21b0a1607ca7ae30652ba.tar.bz2
National_eIDAS_Gateway-b8c323e41b0f570047d21b0a1607ca7ae30652ba.zip
chore(gui): remove double HTML form element
Diffstat (limited to 'basicConfig')
-rw-r--r--basicConfig/ms-connector/templates/residency.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/basicConfig/ms-connector/templates/residency.html b/basicConfig/ms-connector/templates/residency.html
index de77269f..66f7980d 100644
--- a/basicConfig/ms-connector/templates/residency.html
+++ b/basicConfig/ms-connector/templates/residency.html
@@ -228,11 +228,9 @@
<button type="button" id="buttonClear" onclick="clearInput()" th:text="#{gui.residency.clear}">
Clear
</button>
-
- <form method="post" action="$contextPath$submitEndpoint" th:attr="action=@{${submitEndpoint}}">
- <button type="submit" id="buttonProceed" value="Proceed" th:text="#{gui.residency.proceed}">Proceed</button>
- <input type="hidden" name="pendingid" value="$pendingid" th:attr="value=${pendingid}">
- </form>
+ <button type="submit" id="buttonProceed" value="Proceed" th:text="#{gui.residency.proceed}">
+ Proceed
+ </button>
</div>
<input type="hidden" name="pendingid" value="$pendingid" th:attr="value=${pendingid}"/>
</form>