readd mistakenly deleted reply button
This commit is contained in:
parent
5939cbc482
commit
541af718bb
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if is_notification_page and c.level == 1 and c.sentto and not c.parent_submission and c.author_id not in (NOTIFICATIONS_ID, AUTOJANNY_ID) %}
|
||||
<a class="btn btn-primary mt-2" role="button" onclick="openReplyBox('reply-message-{{c.id}}')">Reply</a>
|
||||
{%- include 'component/comment/replybox_message.html' -%}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue