aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/debug_header.html
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-01-09 09:48:29 +0000
committerMatthew Somerville <matthew@mysociety.org>2020-01-09 09:48:29 +0000
commit193c3937954f58cc325b2227155ab8eb8bece51b (patch)
tree2297d7037d2f0b95d89d1e718bd48c7a70d14b59 /templates/web/base/debug_header.html
parent04fd28fcb9e4c9b212002cda75764fc3249cfdfd (diff)
parentcffacce503f6f34bbf362f1aae7c0218afbdee55 (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.html2
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>