remotes/1693045480750635534/spooky-22
Aevann1 2021-10-02 02:28:27 +02:00
parent 791d39bf66
commit df21128f49
1 changed files with 22 additions and 8 deletions

View File

@ -34,6 +34,28 @@
</script>
{% endif %}
{% if 'marsey.tech' in request.host %}
{% if v %}
{% 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 v and v.id==p.author_id %}
{% include "delete_post_modal.html" %}
{% endif %}
{% if v %}
{% include "report_post_modal.html" %}
{% endif %}
{% if p.award_count("shit") %}
<script src="/assets/js/bug-min.js"></script>
{% set minbugs = 10*p.award_count("shit") if p.award_count("shit") < 3 else 20 %}
@ -683,14 +705,6 @@
</div>
{% if v and v.id==p.author_id %}
{% include "delete_post_modal.html" %}
{% endif %}
{% if v %}
{% include "report_post_modal.html" %}
{% endif %}
<script>
(() => {
const date = new Date('{{p.created_datetime}}');