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 %}