diff --git a/files/templates/submission.html b/files/templates/submission.html
index 91c504ac5..a9226b37f 100644
--- a/files/templates/submission.html
+++ b/files/templates/submission.html
@@ -831,29 +831,27 @@
{% if v and v.id==p.author_id %}
@@ -878,7 +876,7 @@
{% include "ban_modal.html" %}
{% endif %}
{% endif %}
-
+
{% include "expanded_image_modal.html" %}
{% endif %}
@@ -887,14 +885,12 @@
{% set minbugs = 10*p.award_count("shit") if p.award_count("shit") < 3 else 20 %}
{% set maxbugs = 20*p.award_count("shit") if p.award_count("shit") < 3 else 40 %}
+
{% endif %}