diff options
Diffstat (limited to 'templates/web/default/admin/body-form.html')
-rw-r--r-- | templates/web/default/admin/body-form.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/default/admin/body-form.html b/templates/web/default/admin/body-form.html index e876f3e5e..d334bf401 100644 --- a/templates/web/default/admin/body-form.html +++ b/templates/web/default/admin/body-form.html @@ -62,7 +62,7 @@ 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>.")%] + [% loc("For more information, see <a href='http://code.fixmystreet.com/customising/fms_and_mapit' class='admin-offsite-link'>How FixMyStreet uses Mapit</a>.")%] </p> </div> <p> @@ -101,7 +101,7 @@ "These settings are for bodies that use Open311 (or other back-end integration) to receive problem reports.<br> <strong>You don't need to set them if the Send Method is email.</strong>. For more information on Open311, see - <a href='http://www.mysociety.org/2013/01/17/open311-explained//'>this article</a>. + <a href='http://www.mysociety.org/2013/01/17/open311-explained/' class='admin-offsite-link'>this article</a>. " ) %] </p> @@ -151,7 +151,7 @@ "Enable <strong>Open311 update-sending</strong> if the endpoint will send and receive updates to existing reports. If you're not sure, it probably does not, so leave this unchecked. For more information, see - <a href='http://www.mysociety.org/2013/02/20/open311-extended/'>this article</a>." + <a href='http://www.mysociety.org/2013/02/20/open311-extended/' class='admin-offsite-link'>this article</a>." ) %] </p> </div> |