diff --git a/productMods/templates/freemarker/edit/forms/addAssociatedConcept.ftl b/productMods/templates/freemarker/edit/forms/addAssociatedConcept.ftl index be1d7c3d..e9dca238 100644 --- a/productMods/templates/freemarker/edit/forms/addAssociatedConcept.ftl +++ b/productMods/templates/freemarker/edit/forms/addAssociatedConcept.ftl @@ -39,7 +39,7 @@ <#list existingConcepts?keys as key> - <#local existingConcept = existingConcepts[key] /> + <#assign existingConcept = existingConcepts[key] />