NIHVIVO-1713 Suppress display of vitro:Keyword property on individual page. Wasn't working on old individual page; back end editing for this property is buggy; and the property itself will be removed in 1.3.
This commit is contained in:
parent
e04572a75a
commit
2672057996
2 changed files with 0 additions and 8 deletions
|
@ -146,10 +146,6 @@
|
|||
<#-- Ontology properties -->
|
||||
<#include "individual-properties.ftl">
|
||||
|
||||
<#-- Keywords -->
|
||||
<#if individual.keywords?has_content>
|
||||
<p id="keywords">Keywords: ${individual.keywordString}</p>
|
||||
</#if>
|
||||
|
||||
${stylesheets.add("/css/individual/individual.css")}
|
||||
|
||||
|
|
|
@ -77,10 +77,6 @@
|
|||
<#-- Ontology properties -->
|
||||
<#include "individual-properties.ftl">
|
||||
|
||||
<#-- Keywords -->
|
||||
<#if individual.keywords?has_content>
|
||||
<p id="keywords">Keywords: ${individual.keywordString}</p>
|
||||
</#if>
|
||||
|
||||
${stylesheets.add("/css/individual/individual.css")}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue