diff options
-rw-r--r-- | conf/crontab.ugly | 4 | ||||
-rw-r--r-- | templates/emails/submit-council | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/conf/crontab.ugly b/conf/crontab.ugly index cbe6b22a9..e2f65b4ea 100644 --- a/conf/crontab.ugly +++ b/conf/crontab.ugly @@ -4,7 +4,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org/ # -# $Id: crontab.ugly,v 1.1 2007-02-02 11:40:02 matthew Exp $ +# $Id: crontab.ugly,v 1.2 2007-02-03 13:58:07 matthew Exp $ PATH=/usr/local/bin:/usr/bin:/bin !!(* if ($vhost eq "matthew.bci.mysociety.org") { *)!! @@ -13,6 +13,6 @@ MAILTO=matthew@mysociety.org MAILTO=team@neighbourhoodfixit.com !!(* } *)!! -0-59/5 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-reports.lock /data/vhost/!!(*= $vhost *)!!/mysociety/bci/bin/send-reports || echo "stalled?" +# 0-59/5 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-reports.lock /data/vhost/!!(*= $vhost *)!!/mysociety/bci/bin/send-reports || echo "stalled?" 2 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-alerts.lock /data/vhost/!!(*= $vhost *)!!/mysociety/bci/bin/send-alerts || echo "stalled?" diff --git a/templates/emails/submit-council b/templates/emails/submit-council index ba535cfbe..d5e3e24f1 100644 --- a/templates/emails/submit-council +++ b/templates/emails/submit-council @@ -3,7 +3,8 @@ Subject: Problem Report: <?=$values['title']?> Dear <?=$values['councils_name']?>, A user of Neighbourhood Fix-It, <?=$values['user_details']?>, -has submitted the following report: +has submitted the following report of a local problem that +they believe requires your attention: ---------- @@ -13,12 +14,12 @@ has submitted the following report: ---------- -<?=$values['fuzzy']?>, or to provide an update on the problem, please visit the following link: +<?=$values['fuzzy']?>, or to provide an update on the problem, +please visit the following link: <?=$values['url']?> -Yours, -The Neighbourhood Fix-It team +Yours, The Neighbourhood Fix-It team [ This message was sent via NeighbourhoodFixIt.com, a project of UKCOD, registered charity number 1076346. If there is a more |