diff --git a/daily_report/templates/tap_weekly.html b/daily_report/templates/tap_weekly.html index 7b8c61a..335ad7e 100644 --- a/daily_report/templates/tap_weekly.html +++ b/daily_report/templates/tap_weekly.html @@ -90,20 +90,27 @@
{{ day }}
- - {% for key in tags.keys() %} -{{ key }} | - {% for one in tags.get(key) %} -{{ one[0] }} | -{{ one[1] }} | - {% endfor %} -
{{ key }} | + {% for one in tags.get(key) %} +{{ one[0] }} | +{{ one[1] }} | + {% endfor %} +