forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-13 04:46:33 +02:00
parent 999c24de4d
commit ce41151571
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@
<div id="message-reply-{{c.id}}" class="preview-edit mt-2"></div>
</div>
</div>
{% elif level<10 %}
{% elif level<10 or request.path == '/notifications' %}
<div id="replies-of-{{c.id}}">
{% for reply in replies %}
{{single_comment(reply, level=level+1)}}