diff options
author | Hakim Cassimally <hakim@mysociety.org> | 2014-09-09 14:23:39 +0000 |
---|---|---|
committer | Hakim Cassimally <hakim@mysociety.org> | 2014-09-09 14:23:39 +0000 |
commit | 08da9eb8916c97ad5943302a358fedcb12ca73e3 (patch) | |
tree | 2840295c3e2550d9f5f49fe8595ecd2a63df64fe | |
parent | 8758cafc007eba14f2d04e20273ed1fc4336d167 (diff) | |
parent | facfbf87aefca04c4a5d955ecdb17cc38b741126 (diff) |
Merge branch 'emptyhomes-decommissioning-2014'
-rw-r--r-- | templates/email/emptyhomes/en-gb/questionnaire-26weeks.txt | 16 | ||||
-rw-r--r-- | templates/email/emptyhomes/en-gb/questionnaire-4weeks.txt | 15 | ||||
-rw-r--r-- | templates/web/emptyhomes/index-steps.html | 13 | ||||
-rw-r--r-- | templates/web/emptyhomes/index.html | 2 |
4 files changed, 38 insertions, 8 deletions
diff --git a/templates/email/emptyhomes/en-gb/questionnaire-26weeks.txt b/templates/email/emptyhomes/en-gb/questionnaire-26weeks.txt index 758157ec0..30fd4a874 100644 --- a/templates/email/emptyhomes/en-gb/questionnaire-26weeks.txt +++ b/templates/email/emptyhomes/en-gb/questionnaire-26weeks.txt @@ -2,10 +2,18 @@ Subject: Questionnaire about your empty property report Hi <?=$values['name']?>, -Six months ago, you reported an empty home on ReportEmptyHomes.com with the -details provided at the end of this email. To keep our site up to date and -relevant, I'd be grateful if you could fill in this short questionnaire to tell -us what has happened: +Getting empty homes back into use can be difficult, properties can +remain empty for many months if the owner is unwilling or the property +is in very poor repair. If nothing has happened or you are not satisfied +with the progress the council is making, now is the right time to say +so. We think it's a good idea to contact some other people who may be +able to help or put pressure on the council For advice on how to do this +and other useful information please go to http://www.emptyhomes.com + +Over six months ago, you reported an empty home on ReportEmptyHomes.com +with the details provided at the end of this email. To keep our site up +to date and relevant, I'd be grateful if you could fill in this short +questionnaire to tell us what has happened: <?=$values['url']?> diff --git a/templates/email/emptyhomes/en-gb/questionnaire-4weeks.txt b/templates/email/emptyhomes/en-gb/questionnaire-4weeks.txt index 436da73d6..f66e9af5e 100644 --- a/templates/email/emptyhomes/en-gb/questionnaire-4weeks.txt +++ b/templates/email/emptyhomes/en-gb/questionnaire-4weeks.txt @@ -2,10 +2,17 @@ Subject: Questionnaire about your empty property report Hi <?=$values['name']?>, -Four weeks ago, you reported an empty home on ReportEmptyHomes.com with the -details provided at the end of this email. To keep our site up to date and -relevant, I'd be grateful if you could fill in this short questionnaire to tell -us what has happened: +Getting empty homes back into use can be difficult. +If you are not satisfied with progress or information from the council, +now is the right time to say. You may also want to try contacting some +other people who may be able to help. For advice on how to do this and +other useful information please go to +http://www.emptyhomes.com + +Over four weeks ago, you reported an empty home on ReportEmptyHomes.com +with the details provided at the end of this email. To keep our site up +to date and relevant, I'd be grateful if you could fill in this short +questionnaire to tell us what has happened: <?=$values['url']?> diff --git a/templates/web/emptyhomes/index-steps.html b/templates/web/emptyhomes/index-steps.html new file mode 100644 index 000000000..c358205c0 --- /dev/null +++ b/templates/web/emptyhomes/index-steps.html @@ -0,0 +1,13 @@ +[%# NB: if the site is reenabled, this template should be deleted, +and we'll then defer to the version in templates/web/base/ again %] + +<h2> This site is currently suspended </h2> + +<ol class="big-numbers"> + + <li> If you would like to report an empty home, please contact your + local council in England or Empty Homes in Scotland</li> + <li> If you have recently reported an empty home you will be + contacted by email </li> + <li> If you have been contacted, please follow the instructions in your email </li> +</ol> diff --git a/templates/web/emptyhomes/index.html b/templates/web/emptyhomes/index.html index b8b0ce78a..ca70d1d9c 100644 --- a/templates/web/emptyhomes/index.html +++ b/templates/web/emptyhomes/index.html @@ -1,6 +1,7 @@ [% INCLUDE 'header.html', title = '' %] <div class="grid-50"> + <!-- <h1 class="bl"> <small>[% loc('Report, view, or discuss local problems') %]</small> </h1> @@ -10,6 +11,7 @@ [% END %] [% PROCESS 'around/postcode_form.html' %] + --> <div class="grid-50"> [% INCLUDE 'front/stats.html' %] |