From 529decb0fed2ab2514598ea7749acd1ce0f9b69a Mon Sep 17 00:00:00 2001
From: mb863
Date: Tue, 13 Jul 2010 16:06:16 +0000
Subject: [PATCH] NIHVIVO-364
---
.../body/contactForm/contactForm-error.ftl | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
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 -->
+
${title}
-
-
-An error occurred during the processing of your request.
<#if errorMessage?has_content>
- ${errorMessage}
+
+

+
${errorMessage}
+
+
#if>
-Return to the home page.
\ No newline at end of file
+Return to the home page.
\ No newline at end of file