remotes/1693045480750635534/spooky-22
kek7198 2021-12-05 15:35:03 -06:00
parent dca7294265
commit 467c2f9dd1
2 changed files with 9 additions and 7 deletions

View File

@ -676,19 +676,19 @@
{% endblock %}
{% block modals %}
{% if v and v.id==p.author_id %}
{% include "delete_post_modal.html" %}
{% endif %}
{% 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" %}
{% endif %}
{% if v.admin_level == 6 %}
{% include "ban_modal.html" %}
{% if v.admin_level == 6 %}
{% include "ban_modal.html" %}
{% endif %}
{% endif %}
{% include "/modals/ModalSubmissionActions.html" %}

View File

@ -409,6 +409,8 @@
{% include "ban_modal.html" %}
{% endif %}
{% endif %}
{% include "/modals/ModalSubmissionActions.html" %}
{% include "expanded_image_modal.html" %}
{% block popovers %}