]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/exception.tpl
Merge pull request #13374 from friendica/update-htaccess
[friendica.git] / view / templates / exception.tpl
index 4b296614165422114e452bee3ebe002af2044d18..cdeb6d96f051aa840d9c7b78e7a2ab0ae00c2b06 100644 (file)
@@ -7,5 +7,10 @@
 {{$stack_trace}}
 {{$trace}}</pre>
 {{/if}}
+{{if $request_id}}
+       <pre>Request: {{$request_id}}</pre>
+{{/if}}
+{{if $back}}
        <p><button type="button" onclick="window.history.back()" class="btn btn-primary">{{$back}}</button></p>
+{{/if}}
 </div>