diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-03-20 03:31:49 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-03-20 03:31:49 +0000 |
| commit | 9fc71a5c99d76454995c31465db624ee152f92e7 (patch) | |
| tree | dea0f32f8735c872a6e0c15f536b3d02c6237b01 /app/templates | |
| parent | dad980c3bf72053b816f131e305dde0576c39e5d (diff) | |
| download | cheatdb-9fc71a5c99d76454995c31465db624ee152f92e7.tar.xz | |
User profile: fix typo, add rank
Diffstat (limited to 'app/templates')
| -rw-r--r-- | app/templates/users/user_profile_page.html | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -11,6 +11,12 @@ <table> <tr> + <td>Rank:</td> + <td> + {{ user.rank.getTitle() }} + </td> + </tr> + <tr> <td>Accounts:</td> <td> {% if user.forums_username %} |
