added linebreaksbr filter to comment data field
This commit is contained in:
parent
33c508d1b4
commit
6ba60b2f7d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
<div class="commentwrapper">
|
<div class="commentwrapper">
|
||||||
<div class="author">{{ comment.comment_author }}</div>
|
<div class="author">{{ comment.comment_author }}</div>
|
||||||
<div class="datetime">{{ comment.comment_date }}</div>
|
<div class="datetime">{{ comment.comment_date }}</div>
|
||||||
<div class="commentdata">{{ comment.comment_data }}</div>
|
<div class="commentdata">{{ comment.comment_data | linebreaksbr }}</div>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue