remotes/1693045480750635534/spooky-22
kek7198 2021-12-10 18:45:51 -06:00
parent 7393f811f9
commit c517ce8afc
1 changed files with 20 additions and 4 deletions

View File

@ -47,10 +47,6 @@
}
</script>
{% if v %}
<script defer src="/assets/js/comments_v.js?v=70"></script>
{% endif %}
{% endif %}
{% if p.award_count("shit") %}
@ -668,6 +664,26 @@
{% include "/sidebars/SubmissionSidebar.html" %}
{% endblock %}
{% block modals %}
{% if v %}
{% if v.id == p.author_id %}
{% include "delete_post_modal.html" %}
{% endif %}
{% include "report_post_modal.html" %}
{% include "award_modal.html" %}
{% include "emoji_modal.html" %}
{% include "gif_modal.html" %}
{% if v.admin_level == 6 %}
{% include "ban_modal.html" %}
{% endif %}
{% endif %}
{% include "/modals/ModalSubmissionActions.html" %}
{% include "expanded_image_modal.html" %}
{% endblock %}
{% block scripts %}
<!-- This file contains minimal html and javascript required for awards, needs to be near </body> closing tag -->
{% include "/submission/SubmissionAwards.html" %}