From 888bbdf728ce454a2399a4cbe59a5a8d3ffd617a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 20 2014 12:10:54 +0000 Subject: Fix displaying the real name retrieved from FAS present inthe usernamemap --- diff --git a/fedora_elections/templates/results.html b/fedora_elections/templates/results.html index 435073b..f8cc334 100644 --- a/fedora_elections/templates/results.html +++ b/fedora_elections/templates/results.html @@ -38,7 +38,7 @@ {% if election.candidates_are_fasusers %} - {{ usernamemap[candidate.id] }} + {{ usernamemap['%s' % candidate.id] }} {% else %} {{candidate.name}} {% endif %}