diff --git a/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl b/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl index 755cf2bd..85d8dc6f 100644 --- a/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl +++ b/productMods/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl @@ -41,7 +41,7 @@
<#--below shows examples of both printing out all error messages and checking the error message for a specific field-->
<#list submissionErrors?keys as errorFieldName>
- ${errorFieldName} : ${submissionErrors[errorFieldName]}
+ ${submissionErrors[errorFieldName]}
#list>
<#--below shows examples of both printing out all error messages and checking the error message for a specific field-->
<#list submissionErrors?keys as errorFieldName>
- ${errorFieldName} : ${submissionErrors[errorFieldName]}
+ ${submissionErrors[errorFieldName]}
#list>