NIHVIVO-3088 On error in Freemarker servlet processing, display stack trace to authorized users.
This commit is contained in:
parent
100df03127
commit
6bb9831bda
4 changed files with 56 additions and 22 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
<h2>${title}</h2>
|
||||
|
||||
<#if aboutText??>
|
||||
<#if aboutText?has_content>
|
||||
<div class="pageGroupBody" id="aboutText">${aboutText}</div>
|
||||
</#if>
|
||||
|
||||
<#if acknowledgeText??>
|
||||
<#if acknowledgeText?has_content>
|
||||
<div class="pageGroupBody" id="acknowledgementText">${acknowledgeText}</div>
|
||||
</#if>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue