diff options
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 %} |
