Add user rank changing

Fixes #14
This commit is contained in:
rubenwardy
2018-03-24 19:37:33 +00:00
parent f51224a8d5
commit 69efdd7fde
4 changed files with 52 additions and 12 deletions

View File

@@ -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>