Skip to content

Commit 8f9bdbd

Browse files
authored
As per CTFd/CTFd#2425 accounts should always be able to see their own scores (#55)
As per CTFd/CTFd#2425 accounts should always be able to see their own scores * Closes #54
1 parent feb9eb1 commit 8f9bdbd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

templates/users/private.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ <h2 class="text-center">
5757
{% endif %}
5858
</h2>
5959
<h2 class="text-center">
60-
{% if account.place %}
61-
{{ account.score }} <small>points</small>
62-
{% endif %}
60+
{{ account.get_score(admin=True) }} <small>points</small>
6361
</h2>
6462
</div>
6563

0 commit comments

Comments
 (0)