diff options
-rw-r--r-- | templates/web/base/admin/report_edit.html | 1 |
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' |