diff options
author | Thomas <> | 2021-05-12 12:46:07 +0200 |
---|---|---|
committer | Thomas <> | 2021-05-12 12:46:07 +0200 |
commit | 291905eed9c187444c83657241b589d31d825149 (patch) | |
tree | a2cb7a394b0331e10390f3329bc417e191054bc9 /basicConfig/templates | |
parent | 7a1196805baad8fe055f92cfa8746c67684749b9 (diff) | |
download | National_eIDAS_Gateway-291905eed9c187444c83657241b589d31d825149.tar.gz National_eIDAS_Gateway-291905eed9c187444c83657241b589d31d825149.tar.bz2 National_eIDAS_Gateway-291905eed9c187444c83657241b589d31d825149.zip |
update third-party libs to latest versions
Diffstat (limited to 'basicConfig/templates')
-rw-r--r-- | basicConfig/templates/error_message.html | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/basicConfig/templates/error_message.html b/basicConfig/templates/error_message.html index f9788f6a..b1367962 100644 --- a/basicConfig/templates/error_message.html +++ b/basicConfig/templates/error_message.html @@ -21,16 +21,12 @@ <div id="alert_area" class="hell" role="application" > <p th:text="#{gui.errorpage.msg.information}">Error Information</p> <br/> - <p><b th:text="#{gui.errorpage.msg.errorcode}">Code :</b> <span th:text="${errorCode}"></span></p> + <p><b th:text="#{gui.errorpage.msg.errorcode}">Code :</b> <span th:text="${extErrorCode}"></span></p> <p><b th:text="#{gui.errorpage.msg.errormsg}">Msg :</b > <span th:text="${#messages.msgWithParams('__${errorCode}__', '__${errorParams}__')}"></span></p> </div> </div> - - <div th:if="${msg.stacktrace}"> - <p><b th:text="#{gui.errorpage.msg.stacktrace}">fullError</b> <span th:text="${msg.stacktrace}"></span></p> - </div> - + </div> </div> </body> -</html>
\ No newline at end of file +</html> |