aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/debug_header.html
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-04-13 11:01:49 +0100
committerEdmund von der Burg <evdb@mysociety.org>2011-04-13 11:01:49 +0100
commit23c8cc3c0f7f728e069429dfb3db7eaddd0bcc62 (patch)
tree2098a2fc1e2ba9c5ed7f395da065d6a1930ac18e /templates/web/default/debug_header.html
parenta9ac4ff18815d2d5211e3199fe89bb421bee71a1 (diff)
Change class on dev notice so it is not seen by test suite as an error
Diffstat (limited to 'templates/web/default/debug_header.html')
-rw-r--r--templates/web/default/debug_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/debug_header.html b/templates/web/default/debug_header.html
index 247e55128..1468d171c 100644
--- a/templates/web/default/debug_header.html
+++ b/templates/web/default/debug_header.html
@@ -1,5 +1,5 @@
[% IF c.config.STAGING_SITE %]
- <p class="error">
+ <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 %]