aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-04-14 16:39:00 +0100
committerMatthew Somerville <matthew@mysociety.org>2020-07-31 22:13:42 +0100
commitc01d0a50cb9d57ba1c1d53a82d52487f4d5c0e3d (patch)
tree8db5d906eaa7f116e9a9d45ea2ade9987551d053
parentb9cfc7b5a8366be9b24af2003051371623262d42 (diff)
[Zurich] SDM link internal reports to admin page.
The reports are not visible on the public site, so SDMs need a way to see them.
-rw-r--r--templates/web/zurich/admin/problem_row.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/zurich/admin/problem_row.html b/templates/web/zurich/admin/problem_row.html
index a138339e6..08857f165 100644
--- a/templates/web/zurich/admin/problem_row.html
+++ b/templates/web/zurich/admin/problem_row.html
@@ -1,3 +1,5 @@
+[% no_edit = no_edit AND NOT c.req.params.internal ~%]
+
[%- FOR problem IN problems %]
[% SET p_body = problem.bodies.values.0 %]
<tr[%