]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/exception.tpl
Merge pull request #12949 from nupplaphil/bug/site_env_view
[friendica.git] / view / templates / exception.tpl
index 0456136bc48aafeee8091f873cd2c8e3dbe4eaf5..cdeb6d96f051aa840d9c7b78e7a2ab0ae00c2b06 100644 (file)
@@ -7,6 +7,9 @@
 {{$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}}