]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/exception.tpl
Update translation fie after adding a string
[friendica.git] / view / templates / exception.tpl
index cc4e6167d05e813996ab0845d15308b39f062a88..0456136bc48aafeee8091f873cd2c8e3dbe4eaf5 100644 (file)
@@ -1,4 +1,13 @@
-<div id="exception" class="generic-page-wrapper">\r
-    <h1>{{$title}}</h1>\r
-    <p>{{$message}}</p>\r
-</div>\r
+<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}}
+{{if $back}}
+       <p><button type="button" onclick="window.history.back()" class="btn btn-primary">{{$back}}</button></p>
+{{/if}}
+</div>