aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/report_edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/admin/report_edit.html')
-rw-r--r--templates/web/base/admin/report_edit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/report_edit.html b/templates/web/base/admin/report_edit.html
index 677c2a171..351cf86f1 100644
--- a/templates/web/base/admin/report_edit.html
+++ b/templates/web/base/admin/report_edit.html
@@ -1,5 +1,5 @@
[%
- PROCESS "maps/${map.type}.html";
+ PROCESS "maps/${map.type}.html" admin = 1;
INCLUDE 'admin/header.html'
title = tprintf(loc('Editing problem %d'), problem.id ),
bodyclass = 'mappage with-notes';