Merge pull request #1987 from viviicat/fix-reply-exception

Fix for TypeError/no focus when clicking on a reply
This commit is contained in:
Mouse Reeve
2022-03-01 09:58:31 -08:00
committed by GitHub

View File

@ -69,7 +69,6 @@
{% block card-bonus %}
{% 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">
<div class="card-footer-item">
@ -77,6 +76,5 @@
</div>
</div>
</section>
{% endwith %}
{% endif %}
{% endblock %}