aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-04 16:30:04 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-04 16:30:04 +0000
commitcef6a4660efcf95c7d77cdf76facf186d051f184 (patch)
tree95e5b597e0528bd6e6b141c9553b2c52ba89d6de
parent1426d79df2039a7c25971230f04d8ec59a9eabb7 (diff)
Missing table cells.
-rw-r--r--templates/web/default/admin/bodies.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/default/admin/bodies.html b/templates/web/default/admin/bodies.html
index ccd2e801b..a1555cac9 100644
--- a/templates/web/default/admin/bodies.html
+++ b/templates/web/default/admin/bodies.html
@@ -27,6 +27,7 @@
[% IF c.cobrand.moniker == 'zurich' %]
<td>[% body.endpoint %]</td>
[% ELSE %]
+ <td>
[% IF counts.$id %]
[% tprintf( loc('%d addresses'), counts.$id.c) IF c.cobrand.moniker != 'emptyhomes' %]
[% IF counts.$id.deleted %]
@@ -37,6 +38,7 @@
[% ELSE %]
no categories
[% END %]
+ </td>
[% END %]
</tr>
[%- END %]