diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-29 15:16:03 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-29 15:16:28 +0000 |
commit | 89f77764f0f95dfda3f0e65db7a57f2237f19bd3 (patch) | |
tree | 7defdbef477aea5f0b754876694405e75415ca30 /templates/web/default/front | |
parent | 077445ea4f89c101ca5686d3d4fac71740700cb8 (diff) |
Tidy up/remove some more unneeded EHA templates; reports show text and photo, but no map or updates.
Diffstat (limited to 'templates/web/default/front')
-rw-r--r-- | templates/web/default/front/stats.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/front/stats.html b/templates/web/default/front/stats.html index c5d931d08..fd1f253bc 100644 --- a/templates/web/default/front/stats.html +++ b/templates/web/default/front/stats.html @@ -38,6 +38,6 @@ <div>[% tprintf( new_text, stats.new ) | comma %]</div> [% IF c.cobrand.moniker != 'emptyhomes' %] <div>[% tprintf( fixed_text, stats.fixed ) | comma %]</div> - [% END %] <div>[% tprintf( updates_text, stats.updates ) | comma %]</div> + [% END %] </div> |