fix: show unapproved message

it was not shown because of a typo in the template
pull/1580/head
Pavel Břoušek 2022-04-11 13:16:31 +02:00 committed by GitHub
parent e3426eeff1
commit 0d6e2c70d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>