fix copy help_email when copying election

This commit is contained in:
Edmar Martineli 2021-12-16 14:33:33 -03:00 committed by Ben Adida
parent 68afb1e9a0
commit 017a53c6ac
1 changed files with 1 additions and 0 deletions

View File

@ -960,6 +960,7 @@ def one_election_copy(request, election):
name = "Copy of " + election.name,
election_type = election.election_type,
private_p = election.private_p,
help_email = election.help_email,
description = election.description_bleached,
questions = election.questions,
eligibility = election.eligibility,