diff options
Diffstat (limited to 'templates/web')
-rwxr-xr-x | templates/web/default/faq/faq-en-gb.html | 2 | ||||
-rwxr-xr-x | templates/web/default/reports/council.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/default/faq/faq-en-gb.html b/templates/web/default/faq/faq-en-gb.html index e943bf28f..355369009 100755 --- a/templates/web/default/faq/faq-en-gb.html +++ b/templates/web/default/faq/faq-en-gb.html @@ -29,7 +29,7 @@ or clearing</strong>, such as: issues – please use FixMyStreet only for problems such as the above. We often route problem reports via cleansing services or highways and so using FixMyStreet for other matters may result in a delay in your report getting - to the right department. <strong>You will need to contact your council + to the right department. <strong>You will need to contact [% c.cobrand.moniker == 'southampton' ? 'the' : 'your' %] council directly for problems such as</strong>: <ul><li>Anti-social behaviour diff --git a/templates/web/default/reports/council.html b/templates/web/default/reports/council.html index 2b004cf50..0739e84e8 100755 --- a/templates/web/default/reports/council.html +++ b/templates/web/default/reports/council.html @@ -23,7 +23,7 @@ <p>[% loc('Follow a ward link to view only reports within that ward.') %]</p> <ul> [% FOR child IN children.values.sort('name') %] -<li><a href="[% child.url %]">[% child.name %]</a></p> +<li><a href="[% child.url %]">[% child.name %]</a></li> [% END %] </ul> [% END %] |