diff --git a/daily_report/templates/tap_weekly.html b/daily_report/templates/tap_weekly.html index cfd1dd4..0a7eb83 100644 --- a/daily_report/templates/tap_weekly.html +++ b/daily_report/templates/tap_weekly.html @@ -33,8 +33,8 @@ {% for item in data.get(key) %} - {% for one in item %} + {% for one_1 in one %} {{ one_1 }} {% endfor %}