corrections review

This commit is contained in:
2022-01-28 11:09:14 +01:00
parent d70f8aa712
commit 5bfdee0c28
5 changed files with 6 additions and 18 deletions

View File

@@ -52,9 +52,7 @@
{% if resource.comment.comment is not empty %}
<div class="item-row separator">
<section class="chill-entity entity-comment-embeddable">
<blockquote class="chill-user-quote">
<div>{{ resource.comment.comment }}<div>
</blockquote>
<div>{{ resource.comment|chill_entity_render_box }}<div>
</section>
</div>
{% endif %}