diff options
-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 %] |