From: Michael Tremer Date: Fri, 22 Nov 2019 10:34:48 +0000 (+0000) Subject: people: Add flag to country name X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=931484f9db76a09277a0f4a09142aaa2a25cc655;p=ipfire.org.git people: Add flag to country name Signed-off-by: Michael Tremer --- 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 %}