aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2017-08-31 17:15:48 +0100
committerDave Arter <davea@mysociety.org>2017-08-31 17:15:48 +0100
commit0c4b5041d807899ab708db4c5dd15203d23df257 (patch)
tree7077ba0336ef777d02f7f9c810df31c5af8685a1 /templates
parentcec5c77a4207b341947affed8e6e8e57ec29965d (diff)
Put comma in correct place in report lat/lon
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/report/_inspect.html4
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 %]">