]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/exception.tpl
Merge pull request #10011 from annando/issue-9743
[friendica.git] / view / templates / exception.tpl
index 02b7648e3a0f584ea8bc9312db1ca067f7be81f6..4b296614165422114e452bee3ebe002af2044d18 100644 (file)
@@ -1,4 +1,11 @@
 <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>
+{{if $thrown}}
+       <pre>{{$thrown}}
+{{$stack_trace}}
+{{$trace}}</pre>
+{{/if}}
+       <p><button type="button" onclick="window.history.back()" class="btn btn-primary">{{$back}}</button></p>
 </div>