aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2017-02-01 11:44:49 +0000
committerDave Arter <davea@mysociety.org>2017-02-15 17:36:52 +0000
commitcd7e3087567b0fa7e64f52d802e5e911708a7eb8 (patch)
tree412c20a160ca4fb005d123eb5fe0e8f5735e698b /templates
parent1bbcf0f979a003b502043c0cef0126950fd1157c (diff)
[Oxfordshire] Don't show user reputation on other cobrands
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/admin/user-form.html8
-rw-r--r--templates/web/oxfordshire/admin/user-form-extra-fields.html9
2 files changed, 9 insertions, 8 deletions
diff --git a/templates/web/base/admin/user-form.html b/templates/web/base/admin/user-form.html
index 4dd207bb3..dbd554b1e 100644
--- a/templates/web/base/admin/user-form.html
+++ b/templates/web/base/admin/user-form.html
@@ -121,14 +121,6 @@
</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 %]
diff --git a/templates/web/oxfordshire/admin/user-form-extra-fields.html b/templates/web/oxfordshire/admin/user-form-extra-fields.html
index c7697fa35..4109a3075 100644
--- a/templates/web/oxfordshire/admin/user-form-extra-fields.html
+++ b/templates/web/oxfordshire/admin/user-form-extra-fields.html
@@ -1,6 +1,15 @@
<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>
+
+<li>
+ <div class="admin-hint">
+ <p>
[% loc(
"The user's initials are used when sending inspections to Exor.
Only inspectors need to have this field filled in.")