From b000060ba38f47c93aac98f7d2a20b246a079c10 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 5 Apr 2024 11:12:18 +0200 Subject: [PATCH] forgot to include expanded image modal --- files/templates/submit_art.html | 2 ++ files/templates/submit_emojis.html | 2 ++ files/templates/submit_hats.html | 2 ++ 3 files changed, 6 insertions(+) diff --git a/files/templates/submit_art.html b/files/templates/submit_art.html index f97ff7ddd..bd290b839 100644 --- a/files/templates/submit_art.html +++ b/files/templates/submit_art.html @@ -75,5 +75,7 @@ + {% include "modals/expanded_image.html" %} + {% endblock %} diff --git a/files/templates/submit_emojis.html b/files/templates/submit_emojis.html index 1fe713a10..a1c9c3a19 100644 --- a/files/templates/submit_emojis.html +++ b/files/templates/submit_emojis.html @@ -117,5 +117,7 @@ + {% include "modals/expanded_image.html" %} + {% endblock %} diff --git a/files/templates/submit_hats.html b/files/templates/submit_hats.html index b04dd1ad6..6769bcd12 100644 --- a/files/templates/submit_hats.html +++ b/files/templates/submit_hats.html @@ -92,5 +92,7 @@ + {% include "modals/expanded_image.html" %} + {% endblock %}