From 237f643a7fcd679246adbc3ccc703e8cedcd7740 Mon Sep 17 00:00:00 2001 From: ZaneYork Date: Mon, 23 Sep 2024 17:10:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/dinner.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/dinner.html b/templates/dinner.html index fcd4ea3..b4709b8 100644 --- a/templates/dinner.html +++ b/templates/dinner.html @@ -94,8 +94,8 @@ {% for key in summary_keys %}
  • {{ key }} - {{ '{:.1f}'.format(summary[key] | round(2)) }}票 - {{ '{:.1f}'.format(summary[key] / total_vote * 100 | round(2)) }}% + {{ '{:.1f}'.format(summary[key] | round(1)) }}票 + {{ '{:.1f}'.format(summary[key] / total_vote * 100 | round(1)) }}%
  • {% else %}