NIHVIVO-1760 Updated logic for data checking templates. Will only suggest logging in if no authenticated session exists.
This commit is contained in:
parent
ec767f9e22
commit
76e3160abf
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<#include "menupage-checkForData.ftl">
|
<#include "menupage-checkForData.ftl">
|
||||||
|
|
||||||
<#if (!noData)>
|
<#if !noData>
|
||||||
<section id="intro-menupage" role="region">
|
<section id="intro-menupage" role="region">
|
||||||
<h3>${page.title}</h3>
|
<h3>${page.title}</h3>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue