From 931484f9db76a09277a0f4a09142aaa2a25cc655 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 22 Nov 2019 10:34:48 +0000 Subject: [PATCH] people: Add flag to country name Signed-off-by: Michael Tremer --- src/templates/people/stats.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/templates/people/stats.html b/src/templates/people/stats.html index 6b92d145..9b546e32 100644 --- a/src/templates/people/stats.html +++ b/src/templates/people/stats.html @@ -26,7 +26,11 @@ {% for country in sorted(countries, key=lambda c: countries[c], reverse=True) %}
  • - {{ country.apolitical_name }} + + + {{ country.apolitical_name }} + + {{ countries[country] }}
  • {% end %} -- 2.47.3