aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connector/src/main/resources/templates/countrySelection.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/connector/src/main/resources/templates/countrySelection.html b/connector/src/main/resources/templates/countrySelection.html
index 2eb0b5b4..9ea9c08e 100644
--- a/connector/src/main/resources/templates/countrySelection.html
+++ b/connector/src/main/resources/templates/countrySelection.html
@@ -209,6 +209,11 @@
<input type="hidden" name="pendingid" value="$pendingReqID">
</form>
+ <form class="block" method="post" action="$contextPath$submitEndpoint">
+ <input type="submit" value="Abbrechen/Cancel">
+ <input type="hidden" name="stopAuthProcess" value="true">
+ <input type="hidden" name="pendingid" value="$pendingReqID">
+ </form>
</div>
</div>
</body>