diff options
-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 7e45646db..713c3fb6d 100644 --- a/templates/web/seesomething/admin/stats.html +++ b/templates/web/seesomething/admin/stats.html @@ -47,7 +47,7 @@ No Results found <tbody> [%- WHILE (report = reports.next) %] <tr> - <td>[% report.service %]</td> + <td>[% report.service || 'Other' %]</td> <td>[% report.category %]</td> <td class="nowrap">[% report.subcategory %]</td> <td class="nowrap">[% council_details.${report.council}.name %]</td> |