include expanded_image_modal with header bc of mobile sidebar image

master
Aevann 2024-04-10 13:35:23 +02:00
parent 14fdf7c9a3
commit 6b78c0e7f8
10 changed files with 2 additions and 14 deletions

View File

@ -79,6 +79,4 @@
</div>
</div>
</div>
{% include "modals/expanded_image.html" %}
{% endblock %}

View File

@ -5,7 +5,6 @@
{% block body %}
<link rel="stylesheet" href="{{'css/chat.css' | asset}}">
{% include "header.html" %}
{% include "modals/expanded_image.html" %}
{% include "modals/emoji.html" %}
{% include "modals/gif.html" %}
{% set vlink = '<a href="/id/' ~ v.id ~ '"' %}

View File

@ -8,7 +8,6 @@
</div>
{% endblock %}
{% block banner %}
{% include "modals/expanded_image.html" %}
{% if err or '@' not in request.path %}
{% if IS_FISTMAS() and not (hole and hole.bannerurls) %}
{% include 'events/fistmas/banner.html' %}

View File

@ -579,6 +579,8 @@
</div>
</nav>
{% include "modals/expanded_image.html" %}
{% if v and not err %}
<div id="formkey" class="d-none">{{v|formkey}}</div>
{% endif %}

View File

@ -6,7 +6,6 @@
<link rel="stylesheet" href="{{'css/chat.css' | asset}}">
<link rel="stylesheet" href="{{'css/orgy.css' | asset}}">
{% include "header.html" %}
{% include "modals/expanded_image.html" %}
{% include "modals/emoji.html" %}
{% include "modals/gif.html" %}
{% set vlink = '<a href="/id/' ~ v.id ~ '"' %}

View File

@ -37,6 +37,4 @@
{% endfor %}
</table>
</div>
{% include "modals/expanded_image.html" %}
{% endblock %}

View File

@ -138,7 +138,6 @@
<script defer src="{{'js/submit.js' | asset}}"></script>
{% include "modals/emoji.html" %}
{% include "modals/gif.html" %}
{% include "modals/expanded_image.html" %}
{% if SITE_NAME == 'WPD' %}
{% for hole in hole_objs %}

View File

@ -101,7 +101,5 @@
</div>
</div>
{% include "modals/expanded_image.html" %}
<script defer src="{{'js/submit_art.js' | asset}}"></script>
{% endblock %}

View File

@ -117,7 +117,5 @@
</div>
</div>
{% include "modals/expanded_image.html" %}
<script defer src="{{'js/submit_emojis.js' | asset}}"></script>
{% endblock %}

View File

@ -92,7 +92,5 @@
</div>
</div>
{% include "modals/expanded_image.html" %}
<script defer src="{{'js/submit_hats.js' | asset}}"></script>
{% endblock %}