readd mistakenly deleted reply button

This commit is contained in:
justcool393 2023-04-08 22:25:02 -05:00 committed by Ben Rog-Wilhelm
parent 5939cbc482
commit 541af718bb

View file

@ -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 %}