diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl index 3a564425..1f8a32cf 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl @@ -38,37 +38,7 @@ - <#-- Email --> - <#assign email = propertyGroups.getPropertyAndRemoveFromList("${core}email")!> - <#if email?has_content> <#-- true when the property is in the list, even if not populated (when editing) --> - <@p.addLinkWithLabel email editable /> - <#if email.statements?has_content> <#-- if there are any statements --> -