From 9fc71a5c99d76454995c31465db624ee152f92e7 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 20 Mar 2018 03:31:49 +0000 Subject: User profile: fix typo, add rank --- app/templates/users/user_profile_page.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/templates') diff --git a/app/templates/users/user_profile_page.html b/app/templates/users/user_profile_page.html index 33526de..c98afb7 100644 --- a/app/templates/users/user_profile_page.html +++ b/app/templates/users/user_profile_page.html @@ -10,6 +10,12 @@

{{ user.username }}

+ + + +
Rank: + {{ user.rank.getTitle() }} +
Accounts: -- cgit v1.2.3