diff --git a/productMods/edit/forms/personHasPositionHistory.jsp b/productMods/edit/forms/personHasPositionHistory.jsp
index 86d656eb..06b54248 100644
--- a/productMods/edit/forms/personHasPositionHistory.jsp
+++ b/productMods/edit/forms/personHasPositionHistory.jsp
@@ -151,10 +151,6 @@
- <%-- Start year is required for an add but not an edit (so editors don't have to look up the start date in order
- to edit an existing entry with no start date). --%>
-
-
<%
} else { // adding new entry
%>
@@ -162,8 +158,6 @@
-
-
<% } %>
@@ -260,7 +254,7 @@
},
"startYear" : {
"newResource" : "false",
- "validators" : [ ${startYearRequired} "datatype:${gYearDatatypeUriJson}" ],
+ "validators" : [ "datatype:${gYearDatatypeUriJson}" ],
"optionsType" : "UNDEFINED",
"literalOptions" : [ ],
"predicateUri" : "",
@@ -347,7 +341,7 @@
-
+