diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DateTimeIntervalFormGenerator.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DateTimeIntervalFormGenerator.java index d7a9921c1..1745ec095 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DateTimeIntervalFormGenerator.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DateTimeIntervalFormGenerator.java @@ -33,7 +33,7 @@ public class DateTimeIntervalFormGenerator extends initPropertyParameters(vreq, session, conf); initObjectPropForm(conf, vreq); - conf.setTemplate("dateTimeValueForm.ftl"); + conf.setTemplate("dateTimeIntervalForm.ftl"); conf.setVarNameForSubject("subject"); conf.setVarNameForPredicate("toDateTimeInterval"); diff --git a/webapp/web/templates/freemarker/edit/forms/dateTimeIntervalForm.ftl b/webapp/web/templates/freemarker/edit/forms/dateTimeIntervalForm.ftl index 9f58554c7..221fcc90b 100644 --- a/webapp/web/templates/freemarker/edit/forms/dateTimeIntervalForm.ftl +++ b/webapp/web/templates/freemarker/edit/forms/dateTimeIntervalForm.ftl @@ -16,7 +16,7 @@ <#assign titleVerb="Create"> <#assign submitButtonText="Create Date/Time Interval"> <#assign disabledVal=""/> -#if>starField- +#if>startField-