From 608c17083828b03909efdf98608b029eaa08589b Mon Sep 17 00:00:00 2001 From: kek7198 Date: Fri, 3 Dec 2021 13:28:49 -0600 Subject: [PATCH] fix --- files/templates/awards/Christmas/Snow.html | 1 + files/templates/submission.html | 6 ++++-- files/templates/submission/SubmissionAwards.html | 14 ++++++++------ 3 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 files/templates/awards/Christmas/Snow.html diff --git a/files/templates/awards/Christmas/Snow.html b/files/templates/awards/Christmas/Snow.html new file mode 100644 index 000000000..8e1cae1a6 --- /dev/null +++ b/files/templates/awards/Christmas/Snow.html @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/files/templates/submission.html b/files/templates/submission.html index e3f49ece4..f298016f2 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -13,8 +13,6 @@ {% block title %} -{% include "/submission/SubmissionAwards.html" %} - @@ -697,6 +695,8 @@ {% endif %} {% endblock %} +{% include "/submission/SubmissionAwards.html" %} + {% block scripts %} + + {% endblock %} \ No newline at end of file diff --git a/files/templates/submission/SubmissionAwards.html b/files/templates/submission/SubmissionAwards.html index 89bd5ec71..96a07ff4e 100644 --- a/files/templates/submission/SubmissionAwards.html +++ b/files/templates/submission/SubmissionAwards.html @@ -1,10 +1,12 @@ - - - - - - + {% if p.award_count("train") %} {% include "/awards/Trains.html" %} {% endif %} + + + + \ No newline at end of file