Merge pull request #171 from CESNET/fix-unapproved-message

fix: show unapproved message
pull/1580/head
Pavel Břoušek 2022-04-11 15:14:39 +02:00 committed by GitHub
commit 4516e4613e
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>