diff options
author | matthew <matthew> | 2009-11-05 14:40:55 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-11-05 14:40:55 +0000 |
commit | 8e157866c3d500413d814ba2e97fc6b1bd00b939 (patch) | |
tree | dc7cf6f9486e6cbdf857efd6035e3ec3ee4c57ab /perllib/Page.pm | |
parent | 19a875fcb670f65d4bd3bf2b171b27bea6bcc37a (diff) |
Template for reports page.
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r-- | perllib/Page.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index e66c279d2..be116ecbf 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: Page.pm,v 1.201 2009-11-04 19:04:58 matthew Exp $ +# $Id: Page.pm,v 1.202 2009-11-05 14:40:55 matthew Exp $ # package Page; @@ -300,7 +300,7 @@ sub header ($%) { my $html = template_header($template, $q, template_root($q), %params); if (mySociety::Config::get('STAGING_SITE')) { - $html .= '<p class="error">' . _("This is a developer site; things might break at any time.") . '</p>'; + #$html .= '<p class="error">' . _("This is a developer site; things might break at any time.") . '</p>'; } return $html; } |