diff --git a/webapp/web/templates/freemarker/widgets/widget-login.ftl b/webapp/web/templates/freemarker/widgets/widget-login.ftl index c00e7be1d..27f97e8a5 100644 --- a/webapp/web/templates/freemarker/widgets/widget-login.ftl +++ b/webapp/web/templates/freemarker/widgets/widget-login.ftl @@ -15,12 +15,15 @@ #macro> <#macro loginForm> - - - - In order to edit VIVO content, you'll need to enable JavaScript. - - + <#-- Don't display the JavaScript required to edit message on the home page even if JavaScript is unavailable --> + <#if ( currentPage != 'home' && currentPage != 'index.jsp')> + + + + In order to edit VIVO content, you'll need to enable JavaScript. + + + #if> Log in
In order to edit VIVO content, you'll need to enable JavaScript.