aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-09-06 10:56:49 +0100
committerDave Whiteland <dave@mysociety.org>2013-09-06 10:56:49 +0100
commit04b187d5347dd2d26874a83902e51c2532ef8a2f (patch)
treed5500ed47e478064319b0843c59f48c3d0f0549f /templates
parentcadf212ed4dcace68dff5dc724785b0ecfeffc66 (diff)
add show-admin-notes class to body
making the admin-notes functionality easier to suppress on installations that don't want it; it's in the default header, i.e., on for new installations
Diffstat (limited to 'templates')
-rw-r--r--templates/web/default/admin/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/admin/header.html b/templates/web/default/admin/header.html
index 6282bf383..9f3503e20 100644
--- a/templates/web/default/admin/header.html
+++ b/templates/web/default/admin/header.html
@@ -1,4 +1,4 @@
-[% INCLUDE 'header.html' admin = 1, bodyclass = 'fullwidthpage admin' %]
+[% INCLUDE 'header.html' admin = 1, bodyclass = 'fullwidthpage admin show-admin-notes' %]
<style type="text/css">
dt { clear: left; float: left; font-weight: bold; }
dd { margin-left: 8em; }