aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2018-03-28 20:53:24 +0100
committerDave Arter <davea@mysociety.org>2018-04-03 11:19:20 +0100
commitc25cdf13034e347588522f8eab3959ab39c558ee (patch)
tree6d9b9181657b9287b77617502e4e37ffe6fcd414
parent80cf661e73cf73afbd551d5fc1e7df1b50d52f94 (diff)
Fix fancybox on admin report edit pages
Still broken on update pages, haven’t gotten to the bottom of that yet.
-rw-r--r--templates/web/base/admin/report_edit.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/base/admin/report_edit.html b/templates/web/base/admin/report_edit.html
index 583f748f8..00e686566 100644
--- a/templates/web/base/admin/report_edit.html
+++ b/templates/web/base/admin/report_edit.html
@@ -1,4 +1,5 @@
[%
+ PROCESS "report/photo-js.html" IF problem.photo;
PROCESS "maps/${map.type}.html" admin = 1;
SET bodyclass = 'mappage with-notes';
INCLUDE 'admin/header.html'