df
This commit is contained in:
parent
1347507d72
commit
0d71a2b51e
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@
|
|||
|
||||
|
||||
{% if render_replies %}
|
||||
{% if request.path == '/notifications' and not replies and c.sentto and not c.parent_submission and c.author_id not in (NOTIFICATIONS_ID, AUTOJANNY_ID) %}
|
||||
{% if request.path == '/notifications' and not replies and c.sentto != None 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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue