From d9800a4759115850bcdef43217e8fce47de09976 Mon Sep 17 00:00:00 2001 From: anhkha2003 Date: Tue, 4 Jun 2024 16:23:16 -0500 Subject: [PATCH] Edit displaying rating and points rank for unlisted --- templates/profile-table.html | 12 +++++------- templates/user/user-about.html | 14 ++++++-------- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/templates/profile-table.html b/templates/profile-table.html index de1ad33..2c733f4 100644 --- a/templates/profile-table.html +++ b/templates/profile-table.html @@ -33,15 +33,13 @@ {{ request.profile.performance_points|floatformat(0) }} - {% if not request.profile.is_unlisted %} -
-
{{_('Rating')}} #
- -
- {% endif %} +
+
{{_('Rating')}} #
+ +
{{_('Points')}} #
- +
{% if awards.medals %} diff --git a/templates/user/user-about.html b/templates/user/user-about.html index 69ff3bb..0f2aa45 100644 --- a/templates/user/user-about.html +++ b/templates/user/user-about.html @@ -39,18 +39,16 @@ - {% if not user.is_unlisted %} -
- +