Move test for showing site admin panel to site admin panel template, so doesn't have to be repeated in various individual templates.
This commit is contained in:
parent
eaf6d5280f
commit
232d0fa2d1
1 changed files with 1 additions and 3 deletions
|
@ -88,9 +88,7 @@
|
||||||
</section>
|
</section>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<#if individual.showAdminPanel>
|
|
||||||
<#include "individual-adminPanel.ftl">
|
<#include "individual-adminPanel.ftl">
|
||||||
</#if>
|
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<#if relatedSubject??>
|
<#if relatedSubject??>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue