diff --git a/productMods/templates/entity/activityShortView.jsp b/productMods/templates/entity/activityShortView.jsp
index cd4331aa..2e9b7728 100644
--- a/productMods/templates/entity/activityShortView.jsp
+++ b/productMods/templates/entity/activityShortView.jsp
@@ -43,15 +43,31 @@
<%-- Get the role of the person in the activity --%>
- <%-- Get the start date of the activity --%>
-
+ <%-- Get the time span of the service activity --%>
+
+
+
+ <%-- RY Don't know whether we should display just the year, or month and year.
+ Latter looks like too much info, but why collect it if we aren't going to display it?
+ Needs reformatting, otherwise we get e.g., "2008-10 - 2009-12"
+ --%>
+
+
+
+
+ <%-- --%>
+
+
+
+
+
<%-- Create an html link element to the activity --%>
${activityLabel}
<%-- Final output --%>
- ${activityLink} ${role}, ${startDate}
+ ${activityLink} ${role} ${timeSpan}
<%-- no predicate --%>