Make comment revision work again

This commit is contained in:
cuom1999 2023-04-10 19:44:33 -05:00
parent d0511f46c0
commit 9f225157d2
2 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1 @@
{% with node=revision.object %}
<div class="comment-body">{{ node.body|markdown|reference|str|safe }}</div>
{% endwith %}
<div class="comment-body">{{ body|markdown|reference|str|safe }}</div>