NIHVIVO-2492 Fix misspelling of has_content, add guards against trying to use empty URLs.
This commit is contained in:
parent
c89c7b2b30
commit
4d78b2896d
2 changed files with 10 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
<#import "lib-form.ftl" as form>
|
||||
|
||||
<#if dataInput?hasContent>
|
||||
<#if dataInput?has_content>
|
||||
<div class="pageBodyGroup">
|
||||
|
||||
<h3>Data Input</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue