aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/default/reports/new/fill_in_details.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/web/default/reports/new/fill_in_details.html b/templates/web/default/reports/new/fill_in_details.html
index 202f3a1e0..7a5a9b2a7 100644
--- a/templates/web/default/reports/new/fill_in_details.html
+++ b/templates/web/default/reports/new/fill_in_details.html
@@ -81,10 +81,6 @@
<textarea name="detail" id="form_detail" rows="7" cols="26">[% report.detail | html %]</textarea>
</div>
-<!-- {{ $partial_field }} -->
-
-
-
[% IF field_errors.photo %]
<div class='form-error'>[% field_errors.photo %]</div>
[% END %]
@@ -137,6 +133,10 @@
[% INCLUDE 'reports/new/notes.html' %]
+[% IF partial_token %]
+ <input type="hidden" name="partial" value="[% partial_token.token %]">
+[% END %]
+
<p id="problem_submit">
<input type="hidden" name="submit_problem" value="1">
<input type="submit" value="[% loc('Submit') %]">