On affiche la liste des votants pour les personnes non connectées
This commit is contained in:
parent
eeab71bad9
commit
6b4c14372f
1 changed files with 2 additions and 1 deletions
|
@ -445,8 +445,9 @@ class ElectionVotersView(NotArchivedMixin, DetailView):
|
||||||
for v in voters:
|
for v in voters:
|
||||||
v.form = DeleteVoteForm()
|
v.form = DeleteVoteForm()
|
||||||
|
|
||||||
context["voters"] = voters
|
|
||||||
context["can_delete"] = can_delete
|
context["can_delete"] = can_delete
|
||||||
|
context["voters"] = voters
|
||||||
|
|
||||||
return context
|
return context
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue