diff --git a/daily_report/templates/tap_weekly.html b/daily_report/templates/tap_weekly.html index 614255a..a46ef09 100644 --- a/daily_report/templates/tap_weekly.html +++ b/daily_report/templates/tap_weekly.html @@ -33,7 +33,9 @@ {% for item in data.get(key) %} - {{ item }} + {% for one in item %} + {{ one }} + {% endfor %} {% endfor %}