aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/debug_header.html
blob: 247e5512878e0ed952d45508044c42380abe9a68 (plain)
1
2
3
4
5
[% IF c.config.STAGING_SITE %]
    <p class="error">
        [% loc("This is a developer site; things might break at any time, and the database will be periodically deleted.") %]
    </p>
[% END %]