diff options
author | matthew <matthew> | 2007-06-17 10:13:39 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-06-17 10:13:39 +0000 |
commit | b18001c7d154506701c553209ae8355eb09c25b8 (patch) | |
tree | 8db34a937fb37d12c09b90fefc28578b48eb1af7 | |
parent | 2551271a0322fff0556cd1060c2d630dcf983c2b (diff) |
Add note about bug reports.
-rwxr-xr-x | web/flickr.cgi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/flickr.cgi b/web/flickr.cgi index f5651b12e..d1ea6d61c 100755 --- a/web/flickr.cgi +++ b/web/flickr.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: flickr.cgi,v 1.1 2007-06-17 09:40:51 matthew Exp $ +# $Id: flickr.cgi,v 1.2 2007-06-17 10:13:39 matthew Exp $ use strict; require 5.8.0; @@ -87,7 +87,8 @@ EOF } } else { $out .= <<EOF; -<p><strong>Very alpha status</strong></p> +<p><strong>This feature was added for HackDay London 2007, and might not be of production quality.</strong> +Please <a href="/contact">send bug reports to us</a>.</p> <p>Using the Flickr API, FixMyStreet can utilise all the methods of uploading photos to Flickr to report problems to your council:</p> <ol> |