diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl index 59a4cd7de..26f1eee4a 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-add.ftl @@ -1,11 +1,9 @@ <#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- Template for adding a user account --> -<#import "lib-vivo-form.ftl" as lvf>

User accounts > Add new account

-<@lvf.unsupportedBrowser urls.base /> <#if errorEmailIsEmpty??> <#assign errorMessage = "You must supply an email address." /> diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl index 763855df4..e5b348fdc 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-edit.ftl @@ -1,11 +1,9 @@ <#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- Template for editing a user account --> -<#import "lib-vivo-form.ftl" as lvf>

User accounts > Edit account

-<@lvf.unsupportedBrowser urls.base /> <#if errorEmailIsEmpty??> <#assign errorMessage = "You must supply an email address." />