diff options
author | Struan Donald <struan@exo.org.uk> | 2012-12-21 16:20:54 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-12-21 16:20:54 +0000 |
commit | b3406717b4306487f6d2fb3660db43442406229f (patch) | |
tree | dc0b27c1d92998c4b98205cfdbb1f99e584906b9 | |
parent | 22e46ae5bd22b68817f74990c9a87408c7842c55 (diff) |
Do not have a blank device column
-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> |