diff --git a/daily_report/templates/tap_weekly.html b/daily_report/templates/tap_weekly.html index 124bf43..c4fc6a4 100644 --- a/daily_report/templates/tap_weekly.html +++ b/daily_report/templates/tap_weekly.html @@ -33,11 +33,11 @@ {% for item in data.get(key) %} - {% for one in item %} - {% for one_1 in one %} + {% for one in item %} + {% for one_1 in one %} {{ one_1 }} - {% endfor %} - {% endfor %} + {% endfor %} + {% endfor %} {% endfor %}