fix for vivo-127

This commit is contained in:
tworrall 2013-06-12 16:05:16 -04:00
parent 68875168f7
commit 3942b2923c
2 changed files with 2 additions and 3 deletions

View file

@ -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")!>

View file

@ -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>