From 368611c1cf8b508cf73059479860337808a2c14a Mon Sep 17 00:00:00 2001 From: kek7198 Date: Wed, 15 Dec 2021 21:49:16 -0600 Subject: [PATCH] fix --- .../CHRISTMAS/sidebars/ProfileSidebar.html | 17 +++++++++++++++++ files/templates/CHRISTMAS/userpage.html | 10 ++++++++++ 2 files changed, 27 insertions(+) diff --git a/files/templates/CHRISTMAS/sidebars/ProfileSidebar.html b/files/templates/CHRISTMAS/sidebars/ProfileSidebar.html index 22414b19e6..d3851268e1 100644 --- a/files/templates/CHRISTMAS/sidebars/ProfileSidebar.html +++ b/files/templates/CHRISTMAS/sidebars/ProfileSidebar.html @@ -54,4 +54,21 @@ {% endif %} + {% if v and (v.admin_level > 1 or v.alt) %} +
+
+

Awards

+ +
+ {% endif %} \ No newline at end of file diff --git a/files/templates/CHRISTMAS/userpage.html b/files/templates/CHRISTMAS/userpage.html index 6c0e352745..3dc0d13520 100644 --- a/files/templates/CHRISTMAS/userpage.html +++ b/files/templates/CHRISTMAS/userpage.html @@ -223,6 +223,16 @@ {% endif %} {% endif %} + {% if v and (v.admin_level > 1 or v.alt) %} +

Alts:

+ + {% endif %} {% endblock %}