diff options
Diffstat (limited to 'app/templates/users/profile.html')
| -rw-r--r-- | app/templates/users/profile.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/templates/users/profile.html b/app/templates/users/profile.html index a75ae02..4af1c1d 100644 --- a/app/templates/users/profile.html +++ b/app/templates/users/profile.html @@ -162,8 +162,10 @@ <form action="" method="POST" class="form box-body" role="form"> {{ form.hidden_tag() }} - {% if user.checkPerm(current_user, "CHANGE_DNAME") %} + {% if user.checkPerm(current_user, "CHANGE_USERNAMES") %} {{ render_field(form.display_name, tabindex=230) }} + {{ render_field(form.forums_username, tabindex=230) }} + {{ render_field(form.github_username, tabindex=230) }} {% endif %} {% if user.checkPerm(current_user, "CHANGE_PROFILE_URLS") %} |
