diff --git a/daily_report/templates/tap_weekly.html b/daily_report/templates/tap_weekly.html index f4500c0..3660318 100644 --- a/daily_report/templates/tap_weekly.html +++ b/daily_report/templates/tap_weekly.html @@ -30,13 +30,11 @@ {% for one_data in key.get('row_data') %} - {% for line in one_data %} - {% for item in line %} + {% for item in one_data %} {{ item }} {% endfor %} {% endfor %} - {% endfor %}