blob: 1468d171cdf48680502205f960d27e18d1afb35d (
plain)
1
2
3
4
5
|
[% IF c.config.STAGING_SITE %]
<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 %]
|