[Poll] Added templates, response counting
This commit is contained in:
@@ -38,6 +38,6 @@ class ShowPoll
|
||||
throw new NoSuchPollException(); //?
|
||||
}
|
||||
|
||||
return ['_template' => 'base.html.twig'];
|
||||
return ['_template' => 'Poll/showpoll.html.twig', 'poll' => $poll];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user