From 5003fc3894dd835a24a4234618d2cd065518b98f Mon Sep 17 00:00:00 2001 From: Dave Whiteland Date: Fri, 27 Sep 2013 09:08:48 +0100 Subject: add where-areas-come-from admin hint to body form --- templates/web/default/admin/body-form.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 area covered. A body will not receive any reports unless it covers at least one area." ) %] +
+ [% 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 MAPIT_URL in + your config file is not pointing to a live MapIt service.") %] + [% END %] +
+ [% loc("For more information, see How FixMyStreet uses Mapit.")%]

-- cgit v1.2.3