diff --git a/core/templates/core/report.html b/core/templates/core/report.html index 71fee01..7e62d3d 100644 --- a/core/templates/core/report.html +++ b/core/templates/core/report.html @@ -43,6 +43,7 @@ + @@ -52,6 +53,7 @@ {% for reading in yesterday_reading %} + @@ -77,7 +79,12 @@ {% if yesterday_insight %} {% else %} @@ -97,6 +104,7 @@
发言人 类型 标题 来源
{{ reading.speaker.name }} {{ reading.get_type_display }} {{ reading.title }} {{ reading.source|default:"-" }}
+ @@ -106,6 +114,7 @@ {% for plan in today_plan %} +
发言人 类型 内容 优先级
{{ plan.speaker.name }} {{ plan.get_type_display }} {{ plan.content }}