From b274ea7edb48ed6bfe67b6f419e50f1656826052 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 11 Dec 2021 11:55:27 -0600 Subject: [PATCH] fix --- files/templates/leaderboard.html | 2 +- files/templates/login.html | 2 +- files/templates/shop.html | 2 +- files/templates/sign_up.html | 2 +- files/templates/submission/SubmissionAwards.html | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/files/templates/leaderboard.html b/files/templates/leaderboard.html index 5de7d2d16..b2852a82f 100644 --- a/files/templates/leaderboard.html +++ b/files/templates/leaderboard.html @@ -289,7 +289,7 @@ {% block modals %}
-{% include '/awards/christmas/Snow.html' %} +{% include '/awards/Christmas/Snow.html' %} {% endblock %} {% block scripts %} diff --git a/files/templates/login.html b/files/templates/login.html index 063368168..4b98b7093 100644 --- a/files/templates/login.html +++ b/files/templates/login.html @@ -96,7 +96,7 @@ - {% include '/awards/christmas/Snow.html' %} + {% include '/awards/Christmas/Snow.html' %} diff --git a/files/templates/shop.html b/files/templates/shop.html index c16dd9f3b..d76ce43f8 100644 --- a/files/templates/shop.html +++ b/files/templates/shop.html @@ -145,7 +145,7 @@ {% block modals %}
-{% include '/awards/christmas/Snow.html' %} +{% include '/awards/Christmas/Snow.html' %} {% endblock %} {% block scripts %} diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html index 3b6c918d8..e7ff6e41d 100644 --- a/files/templates/sign_up.html +++ b/files/templates/sign_up.html @@ -152,7 +152,7 @@ - {% include '/awards/christmas/Snow.html' %} + {% include '/awards/Christmas/Snow.html' %} diff --git a/files/templates/submission/SubmissionAwards.html b/files/templates/submission/SubmissionAwards.html index 0825945ce..0d450adbb 100644 --- a/files/templates/submission/SubmissionAwards.html +++ b/files/templates/submission/SubmissionAwards.html @@ -1,6 +1,6 @@ {% if p.award_count("train") %} -{% include "/awards/christmas/Sleighs.html" %} +{% include "/awards/Christmas/Sleighs.html" %} {% endif %} @@ -47,7 +47,7 @@ {% if p.award_count("gingermarsey") %} - {% include "/awards/christmas/GingerMarsey.html" %} + {% include "/awards/Christmas/GingerMarsey.html" %} {% endif %}