diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-04-06 18:11:11 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-04-06 18:11:21 +0100 |
commit | 0569259043d150eb0e9b63241c7aad0e71c34cf3 (patch) | |
tree | 237e34408f92c188bc08889d1001c482f5f2663f | |
parent | fcc746e57616e34f370576abd1e614613c937b89 (diff) |
[fixmystreet.com] Update form recipient.
-rw-r--r-- | templates/web/fixmystreet.com/about/council-dashboard.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet.com/about/council-dashboard.html b/templates/web/fixmystreet.com/about/council-dashboard.html index 84b71480f..60a52b3e2 100644 --- a/templates/web/fixmystreet.com/about/council-dashboard.html +++ b/templates/web/fixmystreet.com/about/council-dashboard.html @@ -38,7 +38,7 @@ <input type="hidden" name="extra.referer" value="[% c.req.headers.referer | html %]"> <input type="hidden" name="subject" value="Council dashboard request"> <input type="hidden" name="message" value="Filled in the council dashboard form"> - <input type="hidden" name="recipient" value="bettercities"> + <input type="hidden" name="recipient" value="business"> <input type="hidden" name="dest" value="from_council"> <input type="submit" value="Request access" class="btn"> </div> |