]> git.mxchange.org Git - friendica.git/blob - view/templates/http_status.tpl
Add conditional help text for disabled fields
[friendica.git] / view / templates / http_status.tpl
1 <html>
2         <head>
3                 <title>{{$title}}</title>
4         </head>
5         <body>
6                 <h1>{{$title}}</h1>
7                 <p>{{$message}}</p>
8         {{if $trace}}
9                 <pre>{{$trace nofilter}}</pre>
10         {{/if}}
11         {{if $request_id}}
12                 <pre>Request: {{$request_id}}</pre>
13         {{/if}}
14         </body>
15 </html>