aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/debug_header.html
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-09-07 09:49:10 +0100
committerStruan Donald <struan@exo.org.uk>2011-09-07 09:49:10 +0100
commit82b093ae5b2f313c1393efb2b26e12563c2aaa5f (patch)
treefde92abd3d37d7f03dda3c6d69df07d26c8b06b3 /templates/web/default/debug_header.html
parentb71f5857ecf50a78e13fe521986f49e304f0a7bf (diff)
parent4cdc50037c8abb27744d672a2ad496bb27086652 (diff)
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet into js-validation
Conflicts: templates/web/default/common_header_tags.html
Diffstat (limited to 'templates/web/default/debug_header.html')
-rw-r--r--templates/web/default/debug_header.html2
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>