forked from MarseyWorld/MarseyWorld
master
parent
2806634199
commit
5ecc980a27
|
@ -88,7 +88,7 @@
|
|||
</div>
|
||||
|
||||
{% 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}}">
|
||||
{% for reply in replies %}
|
||||
{{single_comment(reply, level=level+1)}}
|
||||
|
@ -603,7 +603,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% 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}}">
|
||||
{% for reply in replies %}
|
||||
{{single_comment(reply, level=level+1)}}
|
||||
|
|
Loading…
Reference in New Issue