NIHVIVO-2492 Display "site configuration" options unless the siteConfig map is empty.
This commit is contained in:
parent
a2069d1575
commit
86b855df95
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
<#-- Template for Site Administration site configuration panel -->
|
||||
|
||||
<#if siteConfig??>
|
||||
<#if siteConfig?has_content>
|
||||
<div class="pageBodyGroup">
|
||||
|
||||
<h3>Site Configuration</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue