fix: show unapproved message
it was not shown because of a typo in the templatepull/1580/head
parent
e3426eeff1
commit
0d6e2c70d8
|
@ -21,7 +21,7 @@ pageContext.setAttribute("cssLinks", cssLinks);
|
|||
<div id="content">
|
||||
<div class="error_message" style="word-wrap: break-word;">
|
||||
<h1><spring:message code="${outHeader}"/></h1>
|
||||
<p><sprign:message code="${outMessage}"/></p>
|
||||
<p><spring:message code="${outMessage}"/></p>
|
||||
<p><spring:message code="contact_p"/>${" "}<a href="mailto:${contactMail}">${contactMail}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue