diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-08-07 16:58:41 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-05 17:31:06 +0100 |
commit | d9af9dc03b58efc29b83a115d43f4cc5176dde34 (patch) | |
tree | 8e5ba11f58e596225bc97e9c99f4a4b386dd40bc | |
parent | a95643f99feee3eeb70bbb2be5aba87a7cbee254 (diff) |
add area covered hint
-rw-r--r-- | templates/web/default/admin/body-form.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/web/default/admin/body-form.html b/templates/web/default/admin/body-form.html index acfab8b77..bcab8211e 100644 --- a/templates/web/default/admin/body-form.html +++ b/templates/web/default/admin/body-form.html @@ -50,6 +50,14 @@ [% END %] <p> + <div class="admin-hint"> + <p> + [% loc( + "This body will only be sent reports for problems that are located in the <strong>area covered</strong>. + A body will not receive any reports unless it covers at least one area." + ) %] + </p> + </div> <label for="area_ids">[% loc('Area covered') %]</label> <select name="area_ids" id="area_ids" multiple> <option value=""> -- [% loc('Select an area') %] -- </option> |