mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-11 21:40:17 +02:00
convert newlines in comment text to <br>
This commit is contained in:
parent
45388a8907
commit
c2c03de22a
@ -116,7 +116,7 @@
|
||||
<div class="panel-heading" role="tab" id="">
|
||||
<div class="panel-title">{{comment.created}} - {{ comment.user }}</div>
|
||||
</div>
|
||||
<div class="panel-body">{{ comment.text }}</div>
|
||||
<div class="panel-body">{{ comment.text|linebreaks }}</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user