mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
Vote template
This commit is contained in:
@ -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']
|
||||
|
Reference in New Issue
Block a user