aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/website/cobrands/emptyhomes/emptyhomes-footer27
-rwxr-xr-xweb/confirm.cgi23
-rw-r--r--web/css/cobrands/emptyhomes/emptyhomes.css5
3 files changed, 37 insertions, 18 deletions
diff --git a/templates/website/cobrands/emptyhomes/emptyhomes-footer b/templates/website/cobrands/emptyhomes/emptyhomes-footer
index 2f704b8f1..f93ad0102 100644
--- a/templates/website/cobrands/emptyhomes/emptyhomes-footer
+++ b/templates/website/cobrands/emptyhomes/emptyhomes-footer
@@ -2,19 +2,32 @@
</div>
<div id="footer">
-<div style="float: right">
+
+<div>
+Empty Homes<br>
+75 Westminster Bridge Road<br>
+London, SE1 7HS
+<br>
+Tel: 020 7921 4450 <br>
+Email: <a href="mailto:info&#64;emptyhomes.com">info&#64;emptyhomes.com</a>
+</div>
+
+<div>
+In conjunction with, in Wales:<br>
Shelter Cymru<br>
25 Walter Road<br>Swansea
<br>SA1 5NN<br>
<a href="mailto:emptyhomes&#64;sheltercymru.org.uk">emptyhomes&#64;sheltercymru.org.uk</a>
</div>
-Empty Homes Agency <br>
-Downstream Building, 1 London Bridge, London, SE1 9BG
-<br>
-Tel: 020 7022 1870 <br>
-Fax: 020 7681 3214 <br>
-Email: <a href="mailto:info&#64;emptyhomes.com">info&#64;emptyhomes.com</a>
+<div>
+In Scotland:<br>
+Kristen Miller, Scottish Empty Homes Partnership<br>
+Shelter Scotland<br>
+6 South Charlotte Street<br>
+Edinburgh EH2 4AW<br>
+Tel: 0344 515 2461
+</div>
</div>
diff --git a/web/confirm.cgi b/web/confirm.cgi
index 8e51a4555..d070a873f 100755
--- a/web/confirm.cgi
+++ b/web/confirm.cgi
@@ -139,18 +139,19 @@ sub confirm_problem {
if ($q->{site} eq 'emptyhomes') {
if ($council) {
$out = $q->p(_('Thank you for reporting an empty property on
-ReportEmptyHomes.com. We have emailed the empty property officer in the council
-responsible with the details and asked them to do whatever they can to get the
+ReportEmptyHomes.com. We have emailed the lead officer for empty homes in the council
+responsible with details, and asked them to do whatever they can to get the
empty property back into use as soon as possible.')) .
-$q->p(_('Most councils are quite good at bringing empty properties back into use. Even
-so the process can sometimes be slow, especially if the property is in very poor
-repair or the owner is unwilling to act. In most cases it takes six months
-before you can expect to see anything change. This doesn&rsquo;t mean the council
-isn&rsquo;t doing anything. We encourage councils to update the website so you can
-see what is happening.')) .
-$q->p(_('We will contact you again in a month and again after six months to ask what has
-happened. Hopefully the property will be well on the way to being brought back
-into use by then, but if not we can offer advice on what you can do next.')) .
+$q->p(_('It is worth noting however that the process can sometimes be slow,
+especially if the property is in very poor repair or the owner is unwilling to
+act. In most cases it can take six months or more before you can expect to see
+anything change and sometimes there may be considerable barries to a property
+being brought back into use. This doesn&rsquo;t mean the council isn&rsquo;t
+doing anything. We encourage councils to update the website so you can
+see what is happening. It may be a long process, but you reporting your
+concerns about this property to the council is a valuable first step.')) .
+$q->p(_('We may contact you periodically to ask if anything has changed
+with the property you reported.')) .
$q->p(_('Thank you for using ReportEmptyHomes.com. Your action is already helping
to resolve the UK&rsquo;s empty homes crisis.')) .
$q->p('<a href="/report/' . $id . '">' . _('View your report') . '</a>.');
diff --git a/web/css/cobrands/emptyhomes/emptyhomes.css b/web/css/cobrands/emptyhomes/emptyhomes.css
index 293cb271c..c3d514807 100644
--- a/web/css/cobrands/emptyhomes/emptyhomes.css
+++ b/web/css/cobrands/emptyhomes/emptyhomes.css
@@ -154,6 +154,11 @@ blockquote {
color: #FFFFFF;
margin: 2em 0 1em 0;
padding: 20px;
+ overflow: auto;
+}
+#footer div {
+ float: left;
+ margin-right: 1em;
}
#footer a {
color: #FFFFFF;