525eab395c
- Retrieve the parent post no matter what. Previously it was depending on the user's settings, which gave unpredictable behavior if the parent post wasn't retrieved for whatever reason. - List possible reasons the conversation isn't showing up based on the condition in Model\Post::selectViewForUser - Allow HTML in exception messages
13 lines
387 B
Smarty
13 lines
387 B
Smarty
<div id="exception" class="generic-page-wrapper">
|
|
<img class="hare" src="images/friendica-404_svg_flexy-o-hare.png"/>
|
|
<h1>{{$title}}</h1>
|
|
<p>{{$message nofilter}}</p>
|
|
{{if $thrown}}
|
|
<pre>{{$thrown}}
|
|
{{$stack_trace}}
|
|
{{$trace}}</pre>
|
|
{{/if}}
|
|
{{if $back}}
|
|
<p><button type="button" onclick="window.history.back()" class="btn btn-primary">{{$back}}</button></p>
|
|
{{/if}}
|
|
</div>
|