From 7517f5eb920ec77c05f3a81e7e07caf851c2e495 Mon Sep 17 00:00:00 2001 From: pengtao Date: Wed, 20 Nov 2019 14:20:48 +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 a46ef09..124bf43 100644 --- a/daily_report/templates/tap_weekly.html +++ b/daily_report/templates/tap_weekly.html @@ -34,7 +34,9 @@ {% for item in data.get(key) %} {% for one in item %} - {{ one }} + {% for one_1 in one %} + {{ one_1 }} + {% endfor %} {% endfor %} {% endfor %}