Minor tweak to value of temporal vis enabled flag in template data model
This commit is contained in:
parent
1de12bc1a7
commit
486629232a
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
<#-- Individual profile page template for foaf:Organization individuals (extends individual.ftl in vivo)-->
|
||||
|
||||
<#-- Do not show the link for temporal visualization unless deploy.properties specifies "visualization.temporal = enabled" -->
|
||||
<#if temporalVisualizationEnabled??>
|
||||
<#-- Do not show the link for temporal visualization unless it's enabled -->
|
||||
<#if temporalVisualizationEnabled>
|
||||
<#assign classSpecificExtension>
|
||||
<#include "individual-visualizationTemporalGraph.ftl">
|
||||
</#assign>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue