diff --git a/productMods/templates/entity/entityMergedPropsList.jsp b/productMods/templates/entity/entityMergedPropsList.jsp
index d99123e4..562dbb87 100644
--- a/productMods/templates/entity/entityMergedPropsList.jsp
+++ b/productMods/templates/entity/entityMergedPropsList.jsp
@@ -32,7 +32,8 @@
<%@ page import="org.apache.commons.logging.LogFactory" %>
<%@ page import="edu.cornell.mannlib.vitro.webapp.filters.VitroRequestPrep" %>
<%@ page import="edu.cornell.mannlib.vedit.beans.LoginFormBean" %>
-
+
+<%@page import="edu.cornell.mannlib.vitro.webapp.web.MiscWebUtils"%>
<%!
public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.templates.entity.entityMergedPropsList.jsp");
%>
@@ -162,24 +163,12 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.
- <%--
-<% ObjectPropertyStatement oStmt = (ObjectPropertyStatement)request.getAttribute("opStmt");
- if (oStmt!=null) {
- Individual obj= (Individual)oStmt.getObject();
- if (obj != null) {
- if (!obj.doesFlag1Match(currentPortalId)) {%>
-
-<% }
- }
- }%>
- --%>
+
+ <% String customShortView = MiscWebUtils.getCustomShortView(request); %>
+
-
-
-
-
-
+