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