diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-07 14:13:37 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-07 14:13:37 +0100 |
commit | e2f3ebb61bbe332b53661885c1a6d2494ba6ce4d (patch) | |
tree | 1369e2b292b697bd52b2e4e2b224e89bebdb6a7f /perllib/FixMyStreet/App/Controller | |
parent | ccaa2f9b12d86ea43ebfcf250a3d788440064b5c (diff) |
Remove old Flickr import code.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Report/New.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report/New.pm b/perllib/FixMyStreet/App/Controller/Report/New.pm index 4916107aa..1d08de29d 100644 --- a/perllib/FixMyStreet/App/Controller/Report/New.pm +++ b/perllib/FixMyStreet/App/Controller/Report/New.pm @@ -272,10 +272,10 @@ sub report_import : Path('/import') { Create the report and set up some basics in it. If there is a partial report requested then use that . -Partial reports are created when people submit to us via mobile apps or by -specially tagging photos on Flickr. They are in the database but are not -completed yet. Users reach us by following a link we email them that contains a -token link. This action looks for the token and if found retrieves the report in it. +Partial reports are created when people submit to us e.g. via mobile apps. +They are in the database but are not completed yet. Users reach us by following +a link we email them that contains a token link. This action looks for the +token and if found retrieves the report in it. =cut |