diff options
Diffstat (limited to 'templates/web/base/debug_header.html')
-rw-r--r-- | templates/web/base/debug_header.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/web/base/debug_header.html b/templates/web/base/debug_header.html index 92ccbc357..5bbb65cfc 100644 --- a/templates/web/base/debug_header.html +++ b/templates/web/base/debug_header.html @@ -1,5 +1,5 @@ -[% 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> +[% IF c.config.STAGING_SITE ~%] + <div class="dev-site-notice"> + [% loc("Staging site") %] + </div> [% END %] |