Fix watch stats not showing on homepage

This commit is contained in:
Jonathan Wong 2015-10-15 18:02:28 -07:00
parent 60b330573e
commit 3d1a1b5e45

View file

@ -65,7 +65,7 @@ DOCUMENTATION :: END
%> %>
% if data: % if data:
% if data[0]['rows']: % if data[0]['stat_id']:
<ul class="list-unstyled"> <ul class="list-unstyled">
% for top_stat in data: % for top_stat in data:
% if top_stat['stat_id'] == 'top_tv' and top_stat['rows']: % if top_stat['stat_id'] == 'top_tv' and top_stat['rows']: