From bf5511157f10f6723a1f2d74d7b251f6e05fa1b9 Mon Sep 17 00:00:00 2001 From: tworrall Date: Wed, 20 Nov 2013 12:37:45 -0500 Subject: [PATCH] fixed template issue --- .../freemarker/edit/forms/organizationForTraining.ftl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/productMods/templates/freemarker/edit/forms/organizationForTraining.ftl b/productMods/templates/freemarker/edit/forms/organizationForTraining.ftl index d474e1ac..9992648e 100644 --- a/productMods/templates/freemarker/edit/forms/organizationForTraining.ftl +++ b/productMods/templates/freemarker/edit/forms/organizationForTraining.ftl @@ -83,9 +83,8 @@ Set this flag on the input acUriReceiver where you would like this behavior to o <#else> ${submissionErrors[errorFieldName]} - <#else> - ${submissionErrors[errorFieldName]} - + <#else> + ${submissionErrors[errorFieldName]} <#--Checking if Person Type field is empty-->