aboutsummaryrefslogtreecommitdiff
path: root/basicConfig
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-12-26 17:44:29 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-12-26 17:44:29 +0100
commit293f67a641f8acdef54745c85969827807404fc2 (patch)
tree2889ee5afd34c86fa5e8f9c3e84f2b166a653571 /basicConfig
parentcd0699b3ea0849214b4c35869f9eca431d00790a (diff)
downloadNational_eIDAS_Gateway-293f67a641f8acdef54745c85969827807404fc2.tar.gz
National_eIDAS_Gateway-293f67a641f8acdef54745c85969827807404fc2.tar.bz2
National_eIDAS_Gateway-293f67a641f8acdef54745c85969827807404fc2.zip
fix wrong-template paramters in error GUI
Diffstat (limited to 'basicConfig')
-rw-r--r--basicConfig/templates/error_message.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/basicConfig/templates/error_message.html b/basicConfig/templates/error_message.html
index 7ec8aa0d..f9788f6a 100644
--- a/basicConfig/templates/error_message.html
+++ b/basicConfig/templates/error_message.html
@@ -21,8 +21,8 @@
<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="${msg.errorCode}"></span></p>
- <p><b th:text="#{gui.errorpage.msg.errormsg}">Msg :</b > <span th:text="${#messages.msgWithParams('__${msg.errorCode}__', '__${msg.errorParams}__')}"></span></p>
+ <p><b th:text="#{gui.errorpage.msg.errorcode}">Code :</b> <span th:text="${errorCode}"></span></p>
+ <p><b th:text="#{gui.errorpage.msg.errormsg}">Msg :</b > <span th:text="${#messages.msgWithParams('__${errorCode}__', '__${errorParams}__')}"></span></p>
</div>
</div>