diff --git a/files/templates/submission.html b/files/templates/submission.html index a03d383d7d..4c153b9c0e 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -716,5 +716,8 @@ {% include "delete_post_modal.html" %} {% endif %} +{% if v %} + {% include "report_post_modal.html" %} +{% endif %} {% endblock %} \ No newline at end of file