From e891d25777ba9029e59af84091339322cb792ae1 Mon Sep 17 00:00:00 2001 From: geese_suck Date: Wed, 25 Jan 2023 02:25:01 +0000 Subject: [PATCH] fix award placement lol (#95) this is fine :marseyclueless: Reviewed-on: https://fsdfsd.net/rDrama/rDrama/pulls/95 Co-authored-by: geese_suck Co-committed-by: geese_suck --- files/templates/submission.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 0f69ee19b..083a6dd14 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -8,6 +8,8 @@ {% endblock %} {% block pagetype %}thread{% endblock %} {% block head_final %} + {% include "awards.html" %} + {% include "fistmas/awards.html" %} {% endblock %} {% set ups=p.upvotes %} {% set downs=p.downvotes %} @@ -56,9 +58,6 @@ {% block content %} -{% include "awards.html" %} -{% include "fistmas/awards.html" %} -