mirror of
https://github.com/ReviveMii/revivetube
synced 2025-04-29 12:39:25 -04:00
fix comments
This commit is contained in:
parent
c785735ff6
commit
3da058c12f
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@
|
||||||
{% for comment in comments %}
|
{% for comment in comments %}
|
||||||
<div class="comment">
|
<div class="comment">
|
||||||
<div class="comment-author">{{ comment.author }}</div>
|
<div class="comment-author">{{ comment.author }}</div>
|
||||||
<div class="comment-text">{{ comment.text }}</div>
|
<div class="comment-text">{{ comment.text | safe}}</div>
|
||||||
<div class="comment-likes">👍 {{ comment.likeCount }} | {{ comment.publishedAt }}</div>
|
<div class="comment-likes">👍 {{ comment.likeCount }} | {{ comment.publishedAt }}</div>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue