diff options
-rw-r--r-- | templates/web/default/reports/new/fill_in_details.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/web/default/reports/new/fill_in_details.html b/templates/web/default/reports/new/fill_in_details.html index 3fa2dc953..7a2784fa9 100644 --- a/templates/web/default/reports/new/fill_in_details.html +++ b/templates/web/default/reports/new/fill_in_details.html @@ -139,7 +139,8 @@ [% INCLUDE 'reports/new/notes.html' %] <p id="problem_submit"> - <input type="submit" name="submit_problem" value="[% loc('Submit') %]"> + <input type="hidden" name="submit_problem" value="1"> + <input type="submit" value="[% loc('Submit') %]"> </p> </div> |