diff --git a/files/templates/submission.html b/files/templates/submission.html
index 8d6ad1ea5..d3b02f5d7 100644
--- a/files/templates/submission.html
+++ b/files/templates/submission.html
@@ -175,8 +175,6 @@
{% block content %}
-
{{ p.award_count("shit") }} | {{ p.award_count("gold") }}
-
{% if p.award_count("shit") %}
{% set minbugs = 10*p.award_count("shit") if p.award_count("shit") <= 5 else 50 %}
@@ -287,6 +285,8 @@
{% endif %}
{% endif %}
+ {{ p.award_count("shit") }} | {{ p.award_count("gold") }}
+
{{p.realbody(v) | safe}}
{% if p.domain == "twitter.com" and (v and v.theme.split("_")[0] in ["light", "coffee", "4chan"]) %}