remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 21:18:12 -06:00
parent 99a9fafaf3
commit 63ce273862
1 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@
{% if render_replies %}
{% if level<6 %}
{% if level<10 %}
<div id="replies-of-{{c.id}}" class="">
{% set standalone=False %}
{% for reply in replies %}
@ -448,7 +448,7 @@
</div>
{% if render_replies %}
{% if level<6 %}
{% if level<10 %}
<div id="replies-of-{{c.id}}">
{% for reply in replies %}
{{single_comment(reply, level=level+1)}}