diff options
Diffstat (limited to 'basicConfig/templates/other_login_method.html')
-rw-r--r-- | basicConfig/templates/other_login_method.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/basicConfig/templates/other_login_method.html b/basicConfig/templates/other_login_method.html index 4fc061c0..5320f1d5 100644 --- a/basicConfig/templates/other_login_method.html +++ b/basicConfig/templates/other_login_method.html @@ -86,10 +86,12 @@ <input type="hidden" name="pendingid" value="$pendingid" th:attr="value=${pendingid}"/> </form> - <div id="insertErnp" - th:if="${advancedMatchingFailed != null} and ${advancedMatchingFailed}"> + <div id="insertErnp" class="block" + th:if="${advancedMatchingFailed != null} and ${advancedMatchingFailed}"> + + <br> - <p th:text="#{gui.otherlogin.inserternp.infotext}"></p> + <p th:text="#{gui.otherlogin.inserternp.infotext}"></p> <form method="post" action="$contextPath$submitEndpoint" th:attr="action=@{${submitEndpoint}}"> <button type="submit" role="button" value="Keine weitere HS / eIDAS" |