diff options
Diffstat (limited to 'templates/web/seesomething/admin/stats.html')
-rw-r--r-- | templates/web/seesomething/admin/stats.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/seesomething/admin/stats.html b/templates/web/seesomething/admin/stats.html index 713c3fb6d..b69973af4 100644 --- a/templates/web/seesomething/admin/stats.html +++ b/templates/web/seesomething/admin/stats.html @@ -50,7 +50,7 @@ No Results found <td>[% report.service || 'Other' %]</td> <td>[% report.category %]</td> <td class="nowrap">[% report.subcategory %]</td> - <td class="nowrap">[% council_details.${report.council}.name %]</td> + <td class="nowrap">[% council_details.${report.bodies_str}.name %]</td> <td class="nowrap">[% PROCESS format_time time=report.confirmed %]</td> </tr> [%- END %] |