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 %}