diff --git a/files/templates/comments.html b/files/templates/comments.html index 93a731dca..6a3751d27 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -226,40 +226,6 @@ {% endfor %} -{% if v %} - {% include "gif_modal.html" %} - {% include "emoji_modal.html" %} - {% if v.admin_level > 1 %} - {% include "ban_modal.html" %} - {% endif %} - - - - {% include "/modals/ModalReportComment.html" %} -{% endif %}