Aevann1 2022-08-30 07:14:58 +02:00
parent 2806634199
commit 5ecc980a27
1 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@
</div> </div>
{% if render_replies %} {% if render_replies %}
{% if ajax or level<9 or request.path.startswith('/notifications') or request.headers.get("xhr") %} {% if level<9 or request.path.startswith('/notifications') or request.headers.get("xhr") %}
<div id="replies-of-{{c.fullname}}"> <div id="replies-of-{{c.fullname}}">
{% for reply in replies %} {% for reply in replies %}
{{single_comment(reply, level=level+1)}} {{single_comment(reply, level=level+1)}}
@ -603,7 +603,7 @@
{% endif %} {% endif %}
{% if render_replies %} {% if render_replies %}
{% if ajax or level<9 or request.path.startswith('/notifications') or request.headers.get("xhr") %} {% if level<9 or request.path.startswith('/notifications') or request.headers.get("xhr") %}
<div id="replies-of-{{c.fullname}}"> <div id="replies-of-{{c.fullname}}">
{% for reply in replies %} {% for reply in replies %}
{{single_comment(reply, level=level+1)}} {{single_comment(reply, level=level+1)}}