]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/exception.tpl
Merge pull request #12371 from loma-one/patch-1
[friendica.git] / view / templates / exception.tpl
index 6c261689087938201bf1f4bfb3fbeee1e36d02b5..ad1a15f878b51fd607b2879cc36750c3a2db9518 100644 (file)
@@ -1,6 +1,13 @@
 <div id="exception" class="generic-page-wrapper">
     <img class="hare" src="images/friendica-404_svg_flexy-o-hare.png"/>
     <h1>{{$title}}</h1>
-    <p>{{$message}}</p>
+    <p>{{$message nofilter}}</p>
+{{if $thrown}}
+       <pre>{{$thrown}}
+{{$stack_trace}}
+{{$trace}}</pre>
+{{/if}}
+{{if $back}}
        <p><button type="button" onclick="window.history.back()" class="btn btn-primary">{{$back}}</button></p>
+{{/if}}
 </div>