diff options
Diffstat (limited to 'templates/web/default/contact/index.html')
-rw-r--r-- | templates/web/default/contact/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/web/default/contact/index.html b/templates/web/default/contact/index.html index 0937e73cf..e76724d1b 100644 --- a/templates/web/default/contact/index.html +++ b/templates/web/default/contact/index.html @@ -32,7 +32,8 @@ </blockquote> [% END %] - <input type="hidden" name="id" value="[% update.id %]"> + <input type="hidden" name="update_id" value="[% update.id %]"> + <input type="hidden" name="id" value="[% problem.id %]"> [% ELSIF problem %] <p> [% loc('You are reporting the following problem report for being abusive, containing personal information, or similar:') %] @@ -58,6 +59,9 @@ <input type="hidden" name="id" value="[% problem.id %]"> [% END %] [% ELSE %] +[% IF id %] +<input type="hidden" name="id" value="[% id %]"> +[% END %] <p> [% loc('Please do <strong>not</strong> report problems through this form; messages go to the team behind FixMyStreet, not a council. To report a problem, |