diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-09-06 16:14:12 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-09-06 16:14:12 +0100 |
commit | 9f127c12667b038856c6de120f33d349ca38c11e (patch) | |
tree | 7f08be1e1af9b6bf336beefb59b6a2640c783e1f /templates/web/default/debug_header.html | |
parent | 2444a7ed22ef8800fd6d9e6440dab4b7a4ee3dc6 (diff) |
Add viewport headings, tidy up IE exemptions.
Diffstat (limited to 'templates/web/default/debug_header.html')
-rw-r--r-- | templates/web/default/debug_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/debug_header.html b/templates/web/default/debug_header.html index 1468d171c..92ccbc357 100644 --- a/templates/web/default/debug_header.html +++ b/templates/web/default/debug_header.html @@ -1,4 +1,4 @@ -[% IF c.config.STAGING_SITE %] +[% IF c.config.STAGING_SITE and c.config.SHOW_DEBUG %] <p class="dev-site-notice"> [% loc("This is a developer site; things might break at any time, and the database will be periodically deleted.") %] </p> |