remotes/1693045480750635534/spooky-22
kek7198 2021-12-05 15:30:03 -06:00
parent 937a832563
commit e4bf7b3af4
1 changed files with 11 additions and 9 deletions

View File

@ -50,14 +50,8 @@
{% if v %}
<script defer src="/assets/js/comments_v.js?v=70"></script>
{% include "award_modal.html" %}
{% include "emoji_modal.html" %}
{% include "gif_modal.html" %}
{% if v.admin_level == 6 %}
{% include "ban_modal.html" %}
{% endif %}
{% endif %}
{% include "expanded_image_modal.html" %}
{% endif %}
{% if p.award_count("shit") %}
@ -194,8 +188,6 @@
</div>
</div>
{% include "/modals/ModalSubmissionActions.html" %}
{% endblock %}
{% block subHeader %}
@ -691,7 +683,17 @@
{% if v %}
{% include "report_post_modal.html" %}
{% include "award_modal.html" %}
{% include "emoji_modal.html" %}
{% include "gif_modal.html" %}
{% endif %}
{% if v.admin_level == 6 %}
{% include "ban_modal.html" %}
{% endif %}
{% include "/modals/ModalSubmissionActions.html" %}
{% include "expanded_image_modal.html" %}
{% endblock %}
{% block scripts %}