aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2016-11-21 15:18:03 +0000
committerDave Arter <davea@mysociety.org>2016-12-13 16:14:57 +0000
commit21384a0712877fd20f17552b1b4a68b0fd6c8eb5 (patch)
treeb478f9afd7e871920d0e1bf9db241bc938454dd0 /templates
parent2906f139d37b308e071fc8ed388f87fa45ce7b00 (diff)
Refactor JS to work with ajax-loaded reports
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/report/_inspect.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/web/base/report/_inspect.html b/templates/web/base/report/_inspect.html
index 655c70128..7f41a2d63 100644
--- a/templates/web/base/report/_inspect.html
+++ b/templates/web/base/report/_inspect.html
@@ -9,8 +9,7 @@
<div class="inspect-section">
<p>
<strong>[% loc('Report ID:') %]</strong>
- [% problem.id %]
- <input type="hidden" name="report_id" value="[% problem.id | html %]">
+ <span class="js-report-id">[% problem.id %]</span>
</p>
<p>
[% SET local_coords = problem.local_coords; %]