aboutsummaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/users/user_profile_page.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/templates/users/user_profile_page.html b/app/templates/users/user_profile_page.html
index faa6e0c..91a3b54 100644
--- a/app/templates/users/user_profile_page.html
+++ b/app/templates/users/user_profile_page.html
@@ -87,6 +87,10 @@
{{ render_field(form.display_name, tabindex=240) }}
+ {% if user.checkPerm(current_user, "CHANGE_RANK") %}
+ {{ render_field(form.rank, tabindex=240) }}
+ {% endif %}
+
{{ render_submit_field(form.submit, tabindex=280) }}
</div>
</div>