forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-05 02:15:58 +02:00
parent c37d104532
commit ba3559d428
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@
{% endif %}
{% if request.path == '/notifications' and not c.parent_submission and c.author_id not in (NOTIFICATIONS_ID, AUTOJANNY_ID, v.id) %}
{% if request.path == '/notifications' and c.level==1 and not c.parent_submission and c.author_id not in (NOTIFICATIONS_ID, AUTOJANNY_ID) %}
<a class="btn btn-primary" role="button" onclick="openReplyBox('reply-message-{{c.id}}')">Reply</a>
<pre></pre>
<div id="reply-message-{{c.id}}" class="d-none">