diff options
author | Dave Arter <davea@mysociety.org> | 2016-09-19 16:57:23 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2016-09-23 11:53:51 +0100 |
commit | ceb96bff41e318d439d3c1e3957d79bb874e4ed1 (patch) | |
tree | d5eef3f466942be0464c0ac0e587706d0e7b7ab0 /templates/web/base/admin/user-form.html | |
parent | 6cbecb9445057bf7b892309d6e9af7b0f2a90ba7 (diff) |
Show current reputation level on user edit page
Diffstat (limited to 'templates/web/base/admin/user-form.html')
-rw-r--r-- | templates/web/base/admin/user-form.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/web/base/admin/user-form.html b/templates/web/base/admin/user-form.html index 40e0b510a..87324666d 100644 --- a/templates/web/base/admin/user-form.html +++ b/templates/web/base/admin/user-form.html @@ -110,6 +110,14 @@ </label> [% END %] </li> + <li> + <div class="admin-hint"> + <p> + [% loc("Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors.") %] + </p> + </div> + [% loc('Reputation:') %] [% user.get_extra_metadata('reputation') %] + </li> [% END %] [% IF c.user.is_superuser %] |