diff options
author | Dave Arter <davea@mysociety.org> | 2017-08-31 17:15:48 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2017-08-31 17:15:48 +0100 |
commit | 0c4b5041d807899ab708db4c5dd15203d23df257 (patch) | |
tree | 7077ba0336ef777d02f7f9c810df31c5af8685a1 /templates | |
parent | cec5c77a4207b341947affed8e6e8e57ec29965d (diff) |
Put comma in correct place in report lat/lon
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/report/_inspect.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/report/_inspect.html b/templates/web/base/report/_inspect.html index fb58a0cfa..59806dc66 100644 --- a/templates/web/base/report/_inspect.html +++ b/templates/web/base/report/_inspect.html @@ -28,8 +28,8 @@ <span id="problem_northing">[% local_coords.1 %]</span> [% ELSE %] <strong>[% loc('Latitude/Longitude:') %]</strong> - <span id="problem_latitude">[% problem.latitude %]</span> - <span id="problem_longitude">[% problem.longitude %]</span>, + <span id="problem_latitude">[% problem.latitude %]</span>, + <span id="problem_longitude">[% problem.longitude %]</span> [% END %] <input type="hidden" name="longitude" value="[% problem.longitude %]"> <input type="hidden" name="latitude" value="[% problem.latitude %]"> |