diff --git a/productMods/templates/freemarker/body/individual/manageLabelsForIndividualAddForm.ftl b/productMods/templates/freemarker/body/individual/manageLabelsForIndividualAddForm.ftl index 9daaa377..cd41d130 100644 --- a/productMods/templates/freemarker/body/individual/manageLabelsForIndividualAddForm.ftl +++ b/productMods/templates/freemarker/body/individual/manageLabelsForIndividualAddForm.ftl @@ -1,6 +1,9 @@ <#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- Custom form for managing labels for individuals - specific to VIVO which handles people as well --> -<#assign isPersonType = editConfiguration.pageData.isPersonType /> +<#assign isPersonType = "false"/> +<#if editConfiguration.pageData.isPersonType?has_content> + <#assign isPersonType = editConfiguration.pageData.isPersonType /> +#if>