diff options
Diffstat (limited to 'templates/web/emptyhomes/front/stats.html')
-rw-r--r-- | templates/web/emptyhomes/front/stats.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/web/emptyhomes/front/stats.html b/templates/web/emptyhomes/front/stats.html index c956b0e2e..5ecc415bf 100644 --- a/templates/web/emptyhomes/front/stats.html +++ b/templates/web/emptyhomes/front/stats.html @@ -1,8 +1,7 @@ -[% USE Comma %] [% stats = c.cobrand.front_stats_data %] <div id="front_stats"> - <div>[% tprintf( loc("<big>%s</big> reports"), stats ) | comma %]</div> + <div>[% tprintf( loc("<big>%s</big> reports"), stats ) %]</div> <!-- <div><a href="/local/">[% loc('Find latest local and national news') %]</a></div> --> <div id="eha-app-link"><a href="https://itunes.apple.com/gb/app/empty-homes-spotter/id482550587?mt=8">Get the Empty Homes Spotter App for iPhone</a></div> </div> |