From 086b9451f4afea96486bbbef5a2fb6a2f7cb54b6 Mon Sep 17 00:00:00 2001 From: pengtao Date: Fri, 22 Nov 2019 13:54:57 +0800 Subject: [PATCH] fixbug --- daily_report/templates/tap_weekly.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily_report/templates/tap_weekly.html b/daily_report/templates/tap_weekly.html index be2771f..f4500c0 100644 --- a/daily_report/templates/tap_weekly.html +++ b/daily_report/templates/tap_weekly.html @@ -32,7 +32,7 @@ {% for one_data in key.get('row_data') %} {% for line in one_data %} - {% for item in one_data %} + {% for item in line %} {{ item }} {% endfor %} {% endfor %}