modifying previous commit so that the orcid code works correctly
This commit is contained in:
parent
573a5e6cc6
commit
c9362db3c1
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
<#elseif rangeClass == "ResearcherRole" && !individual.editable>
|
||||
<h3 id="${property.localName}-${rangeClass}">${property.name} <@p.addLink property editable /> <@p.verboseDisplay property /> </h3>
|
||||
<#else>
|
||||
<h3 id="${property.localName}-${rangeClass}">${property.name} <@p.addLink property editable /> <@p.verboseDisplay property /> </h3>
|
||||
<h3 id="${property.localName}">${property.name} <@p.addLink property editable /> <@p.verboseDisplay property /> </h3>
|
||||
</#if>
|
||||
<#-- List the statements for each property -->
|
||||
<ul class="property-list" role="list" id="${property.localName}-${rangeClass}-List">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue