diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-01-09 09:48:29 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-01-09 09:48:29 +0000 |
commit | 193c3937954f58cc325b2227155ab8eb8bece51b (patch) | |
tree | 2297d7037d2f0b95d89d1e718bd48c7a70d14b59 /templates/web/base/debug_header.html | |
parent | 04fd28fcb9e4c9b212002cda75764fc3249cfdfd (diff) | |
parent | cffacce503f6f34bbf362f1aae7c0218afbdee55 (diff) |
Merge remote-tracking branch 'origin/optionally-hide-staging-banner'
Diffstat (limited to 'templates/web/base/debug_header.html')
-rw-r--r-- | templates/web/base/debug_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/debug_header.html b/templates/web/base/debug_header.html index 5bbb65cfc..222878871 100644 --- a/templates/web/base/debug_header.html +++ b/templates/web/base/debug_header.html @@ -1,4 +1,4 @@ -[% IF c.config.STAGING_SITE ~%] +[% IF c.config.STAGING_SITE and !c.config.STAGING_FLAGS.hide_staging_banner ~%] <div class="dev-site-notice"> [% loc("Staging site") %] </div> |