NIHVIVO-2492 Display "site configuration" options unless the siteConfig map is empty.
This commit is contained in:
parent
5e5a6d39bb
commit
65a50bdff0
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
Reference in a new issue