diff --git a/webapp/web/templates/freemarker/body/contactForm/contactForm-error.ftl b/webapp/web/templates/freemarker/body/contactForm/contactForm-error.ftl index ebf1e1233..4ab1b3889 100644 --- a/webapp/web/templates/freemarker/body/contactForm/contactForm-error.ftl +++ b/webapp/web/templates/freemarker/body/contactForm/contactForm-error.ftl @@ -2,15 +2,17 @@ <#-- Contact form processing errors --> +
An error occurred during the processing of your request.
<#if errorMessage?has_content>
- ${errorMessage}
+
+
${errorMessage}
+Return to the home page.
\ No newline at end of file +Return to the home page.
\ No newline at end of file