From eb9d257a1ed40c3450cc418c1be745c9f84b192f Mon Sep 17 00:00:00 2001 From: pengtao Date: Wed, 20 Nov 2019 14:17:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=91=A8=E6=8A=A5=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- daily_report/templates/tap_weekly.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 %}