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 %}