Display line breaks in status view
This commit is contained in:
parent
1c095592a1
commit
233a76a588
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
<div class="card-body">
|
||||
<p><i>{{ object.timestamp }}</i></p>
|
||||
<h3>{{ object.title }}</h3>
|
||||
<blockquote>{{ object.text }}</blockquote>
|
||||
<blockquote>{{ object.text|linebreaks }}</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue