diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-08-04 18:36:55 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-05 17:31:05 +0100 |
commit | eddb914064143c0b855f2bca7bb0981d2775f3b0 (patch) | |
tree | a644edd9ef555d54175858f94c4161ccd6e321b3 | |
parent | 46c1f909ba820282df27c7a9821b998bb45dfb9b (diff) |
add explanation hint to flagged list
-rw-r--r-- | templates/web/default/admin/flagged.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/web/default/admin/flagged.html b/templates/web/default/admin/flagged.html index d48da042d..32c4b592a 100644 --- a/templates/web/default/admin/flagged.html +++ b/templates/web/default/admin/flagged.html @@ -1,6 +1,13 @@ [% INCLUDE 'admin/header.html' title=loc('Flagged reports and users') %] [% PROCESS 'admin/report_blocks.html' %] +[% IF c.config.SHOW_ADMIN_HINTS %] + <p class="fms-admin-info"> + [% loc("You can flag any report or user by editing them, and they will be listed on this page. + For example, this can useful if you want to keep an eye on a user who has posted inappropriate + reports in the past.") %] + </p> +[% END %] <h2>[% loc( 'Problems' ) %]</h2> [% IF problems.size > 0 %] |