diff options
Diffstat (limited to 'templates/web/default')
-rw-r--r-- | templates/web/default/report/new/fill_in_details.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/web/default/report/new/fill_in_details.html b/templates/web/default/report/new/fill_in_details.html index c7ed908a8..7cf24f619 100644 --- a/templates/web/default/report/new/fill_in_details.html +++ b/templates/web/default/report/new/fill_in_details.html @@ -25,9 +25,6 @@ [% INCLUDE 'report/new/fill_in_details_text.html' %] [% END %] -<input type="hidden" name="latitude" value="[% latitude | html %]"> -<input type="hidden" name="longitude" value="[% longitude | html %]"> - [% FOREACH error IN errors %] [% '<ul class="error">' IF loop.first %] <li>[% error %]</li> |