diff --git a/src/accounts/templates/accounts/profile.html b/src/accounts/templates/accounts/profile.html index 9be17d5..6ae3fbb 100644 --- a/src/accounts/templates/accounts/profile.html +++ b/src/accounts/templates/accounts/profile.html @@ -4,6 +4,32 @@ {% load key_value %}
+

Challenges Solved by {{ user.username }}

{% if solves%} @@ -51,206 +77,25 @@ {% endif %}
  • {% trans "Member since" %} {{ user.date_joined|date:"Y-m-d" }}
  • + +
      +
    • {% trans "Categories stats" %}
    • + {% for cat in catsDatas %} +
    • + {{ cat.0 }} +
      +
      {{ cat.3 }} %
      +
      +
    • + {% endfor %} +
    -