]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/http_status.tpl
Added Documentation, updated messages.po
[friendica.git] / view / templates / http_status.tpl
index 55cc133ff0606314ce3a9151eb4775c78d9d71d2..874bf96691672f9d178447784a2a33ed8d751247 100644 (file)
@@ -4,6 +4,12 @@
        </head>
        <body>
                <h1>{{$title}}</h1>
-               <p>{{$description}}</p>
+               <p>{{$message nofilter}}</p>
+       {{if $trace}}
+               <pre>{{$trace nofilter}}</pre>
+       {{/if}}
+       {{if $request_id}}
+               <pre>Request: {{$request_id}}</pre>
+       {{/if}}
        </body>
 </html>