aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/debug_header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/debug_header.html')
-rw-r--r--templates/web/base/debug_header.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/web/base/debug_header.html b/templates/web/base/debug_header.html
new file mode 100644
index 000000000..92ccbc357
--- /dev/null
+++ b/templates/web/base/debug_header.html
@@ -0,0 +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>
+[% END %]