From 97cc0efd2c118f0ad8d52b6f2457d3617b90d5c4 Mon Sep 17 00:00:00 2001 From: pengtao Date: Fri, 22 Nov 2019 13:55:45 +0800 Subject: [PATCH] fixbug --- daily_report/templates/tap_weekly.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 %}