diff options
author | Struan Donald <struan@exo.org.uk> | 2011-09-07 09:49:10 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-09-07 09:49:10 +0100 |
commit | 82b093ae5b2f313c1393efb2b26e12563c2aaa5f (patch) | |
tree | fde92abd3d37d7f03dda3c6d69df07d26c8b06b3 /templates/web/default/debug_header.html | |
parent | b71f5857ecf50a78e13fe521986f49e304f0a7bf (diff) | |
parent | 4cdc50037c8abb27744d672a2ad496bb27086652 (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.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> |