Fixed comment rendering

This commit is contained in:
2018-03-27 17:13:12 +02:00
parent dfaac59e20
commit 218c3f0dca
2 changed files with 11 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
.comment-body
p.comment-author {{ comment._user.full_name }}
span {{comment.properties._content_html | safe }}
span {{comment.properties | markdowned('content') }}
// TODO: Markdown preview when editing