Vote template

This commit is contained in:
2016-12-22 00:32:14 +01:00
parent 9dbff0cd50
commit 67630fc9f8
2 changed files with 14 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class VoteFormView(CanCreateMixin, FormView):
Alows users to vote
"""
form_class = VoteForm
template_name = 'core/page_prop.jinja'
template_name = 'election/vote_form.jinja'
def dispatch(self, request, *arg, **kwargs):
self.election_id = kwargs['election_id']