From 545f5ddc8a604081f893578a4a37a1a6c3db5526 Mon Sep 17 00:00:00 2001 From: nac26 Date: Wed, 27 Oct 2010 13:48:40 +0000 Subject: [PATCH] Couldn't get the login to work on the home page after refactoring in JSP/FTL mashup world, so disabling for now NIHVIVO-556 --- themes/wilma/templates/body/homeBody.jsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/wilma/templates/body/homeBody.jsp b/themes/wilma/templates/body/homeBody.jsp index 962374bc..1cc71c59 100644 --- a/themes/wilma/templates/body/homeBody.jsp +++ b/themes/wilma/templates/body/homeBody.jsp @@ -51,7 +51,8 @@ FreemarkerHttpServlet.getFreemarkerComponentsForJsp(request); -${ftl_login} +<%-- Couldn't get the login to work on the home page after refactoring in JSP/FTL mashup world, so disabling for now --%> +<%-- ${ftl_login} --%>

Browse