diff options
Diffstat (limited to 'templates/web/default/reports')
-rwxr-xr-x | templates/web/default/reports/council.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/default/reports/council.html b/templates/web/default/reports/council.html index d2578f9f2..6d21d9f17 100755 --- a/templates/web/default/reports/council.html +++ b/templates/web/default/reports/council.html @@ -22,8 +22,8 @@ <h2 style="clear:right">[% loc('Wards of this council') %]</h2> <p>[% loc('Follow a ward link to view only reports within that ward.') %]</p> <ul> -[% FOR c IN children.values.sort('name') %] -<li><a href="[% c.url %]">[% c.name %]</a></p> +[% FOR child IN children.values.sort('name') %] +<li><a href="[% child.url %]">[% child.name %]</a></p> [% END %] </ul> [% END %] |