diff --git a/files/templates/comments.html b/files/templates/comments.html index 340e24a86..600db3e52 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -38,9 +38,9 @@ -{% endif %} -{% include 'usernote.html' %} + {% include 'usernote.html' %} +{% endif %} {% macro single_comment(c, level=1) %} @@ -741,6 +741,16 @@ {% endfor %} +{% if offset %} + {% if p %} + {% set pid = p.id %} + {% endif %} +