diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-07-07 16:59:23 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-07-08 17:59:17 +0100 |
commit | ba8d2c4ba6f6c0216d618e77d368b640a2b92d1e (patch) | |
tree | 8b9e1a960f91c006606b5e0767a84a400dfc2fb0 /templates/web/default/debug_header.html | |
parent | 8f2c5942e3aa5d3b85e76b7353ab7ada87f97fc6 (diff) |
Rename 'default' web directory to 'base'.
This should reduce confusion with the Default cobrand and override order.
Diffstat (limited to 'templates/web/default/debug_header.html')
-rw-r--r-- | templates/web/default/debug_header.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/web/default/debug_header.html b/templates/web/default/debug_header.html deleted file mode 100644 index 92ccbc357..000000000 --- a/templates/web/default/debug_header.html +++ /dev/null @@ -1,5 +0,0 @@ -[% 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 %] |