diff --git a/productMods/templates/freemarker/body/personHasEducationalTraining.ftl b/productMods/templates/freemarker/body/personHasEducationalTraining.ftl deleted file mode 100644 index e55b1039..00000000 --- a/productMods/templates/freemarker/body/personHasEducationalTraining.ftl +++ /dev/null @@ -1,111 +0,0 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> - -<#-- this is in request.subject.name --> - -<#assign subjectName = "Bogus, Al"> - -<#if editConfig.object?has_content> - <#assign editMode = "edit"> -<#else> - <#assign editMode = "add"> -#if> - -<#if editMode == "edit"> - <#assign titleVerb="Edit"> - <#assign submitButtonText="Edit Educational Training"> - <#assign disabledVal="disabled"> -<#else> - <#assign titleVerb="Create"> - <#assign submitButtonText="Educational Training"> - <#assign disabledVal=""/> -#if> -<#assign requiredHint=" *"/> - -