From d839323ee0a602665b66283d299f625458fb78c7 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Mon, 20 Nov 2023 12:37:10 -0500 Subject: [PATCH] As per https://github.com/CTFd/CTFd/pull/2425 accounts should always be able to see their own scores --- templates/users/private.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/users/private.html b/templates/users/private.html index a666f08..8859761 100644 --- a/templates/users/private.html +++ b/templates/users/private.html @@ -57,9 +57,7 @@

{% endif %}

- {% if account.place %} - {{ account.score }} points - {% endif %} + {{ account.get_score(admin=True) }} points