]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/http_status.tpl
remove reminder for deleting rotators in tpl
[friendica.git] / view / templates / http_status.tpl
index 6b366d6f045411d69325b17aad61b467c5a271f3..bd6ecb3a5345e6b2aae875c84d5b4e3070be8bcc 100644 (file)
@@ -4,6 +4,12 @@
        </head>
        <body>
                <h1>{{$title}}</h1>
-               <p>{{$description nofilter}}</p>
+               <p>{{$message}}</p>
+       {{if $trace}}
+               <pre>{{$trace nofilter}}</pre>
+       {{/if}}
+       {{if $request_id}}
+               <pre>Request: {{$request_id}}</pre>
+       {{/if}}
        </body>
 </html>