diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-12 09:34:43 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-12 09:34:43 +0000 |
commit | 6990a5c1ea901d55412d6ab0b47ceacb25b82b84 (patch) | |
tree | 75ce7d3da80b875f31102010ba62585780f11494 | |
parent | 260777cec28b2b29bfc47389d7014ce367a62811 (diff) |
Fix use of old variable.
-rw-r--r-- | templates/web/oxfordshire/report/new/councils_text_all.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/oxfordshire/report/new/councils_text_all.html b/templates/web/oxfordshire/report/new/councils_text_all.html index e71a400ac..2beaf117d 100644 --- a/templates/web/oxfordshire/report/new/councils_text_all.html +++ b/templates/web/oxfordshire/report/new/councils_text_all.html @@ -1,6 +1,6 @@ <p>You can use this form to report a problem or to make an enquiry about roads and pavements in your area. All the information you provide here will be sent -to <strong>[% all_council_names.join( '</strong> or <strong>' ) %]</strong>. +to <strong>[% all_body_names.join( '</strong> or <strong>' ) %]</strong>. The subject and details of the problem will be public, plus your name if you give us permission. If you report a fault on a road that is not owned by Oxfordshire County Council we will pass the report on to the relevant body. |