fix for vivo-127
This commit is contained in:
parent
68875168f7
commit
3942b2923c
2 changed files with 2 additions and 3 deletions
|
@ -107,8 +107,7 @@
|
|||
</section> <!-- end individual-info -->
|
||||
</section> <!-- end individual-intro -->
|
||||
|
||||
<#assign nameForOtherGroup = "other"> <#-- individual-properties.ftl -->
|
||||
<#-- Ontology properties -->
|
||||
<#assign nameForOtherGroup = "${i18n().other}">
|
||||
<#if !editable>
|
||||
<#-- We don't want to see the first name and last name unless we might edit them. -->
|
||||
<#assign skipThis = propertyGroups.pullProperty("http://xmlns.com/foaf/0.1/firstName")!>
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
|
||||
</section>
|
||||
|
||||
<#assign nameForOtherGroup = "other"> <#-- used by both individual-propertyGroupMenu.ftl and individual-properties.ftl -->
|
||||
<#assign nameForOtherGroup = "${i18n().other}">
|
||||
|
||||
<#-- Ontology properties -->
|
||||
<#if !editable>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue