diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-09-27 09:08:48 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-30 18:15:20 +0100 |
commit | 5003fc3894dd835a24a4234618d2cd065518b98f (patch) | |
tree | 6488696c992d7b614164672e45aebd9649d6e407 | |
parent | 479b758ff13092bac639da31c4be06127e581d4c (diff) |
add where-areas-come-from admin hint to body form
-rw-r--r-- | templates/web/default/admin/body-form.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/web/default/admin/body-form.html b/templates/web/default/admin/body-form.html index 1cde4de39..55a98105a 100644 --- a/templates/web/default/admin/body-form.html +++ b/templates/web/default/admin/body-form.html @@ -53,6 +53,16 @@ "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." ) %] + <br> + [% IF c.config.MAPIT_URL %] + [% tprintf( loc("The list of available areas is being provided by the MapIt service at %s."), c.config.MAPIT_URL) %] + [% ELSE %] + [% loc( + "No specific areas are currently available, because the <code>MAPIT_URL</code> in + your config file is not pointing to a live MapIt service.") %] + [% END %] + <br> + [% loc("For more information, see <a href='http://code.fixmystreet.com/customising/fms_and_mapit'>How FixMyStreet uses Mapit</a>.")%] </p> </div> <p> |