From e1e644975101c718cebe5c34b0accb9277e8f315 Mon Sep 17 00:00:00 2001 From: Danhia Date: Tue, 14 Dec 2021 21:21:29 +0100 Subject: [PATCH] added rank on profile page --- src/accounts/templates/accounts/profile.html | 27 +------------------- src/accounts/views/views.py | 5 +++- 2 files changed, 5 insertions(+), 27 deletions(-) diff --git a/src/accounts/templates/accounts/profile.html b/src/accounts/templates/accounts/profile.html index c0609b4..ae13d56 100644 --- a/src/accounts/templates/accounts/profile.html +++ b/src/accounts/templates/accounts/profile.html @@ -4,32 +4,6 @@ {% load key_value %}
-

Challenges Solved by {{ user.username }}

{% if solves%} @@ -68,6 +42,7 @@