Hide reply panel in no interact mode

This commit is contained in:
Mouse Reeve 2021-10-14 20:29:45 -07:00
parent 0dba071126
commit 50db0bd012

View file

@ -67,7 +67,7 @@
{% endblock %}
{% block card-bonus %}
{% if request.user.is_authenticated and not moderation_mode %}
{% if request.user.is_authenticated and not moderation_mode and not no_interact %}
{% with status.id|uuid as uuid %}
<section class="reply-panel is-hidden" id="show_comment_{{ status.id }}">
<div class="card-footer">