Polls are now displayed
This commit is contained in:
parent
4829c240e9
commit
a63caefe3d
2 changed files with 39 additions and 0 deletions
7
view/templates/content/question.tpl
Normal file
7
view/templates/content/question.tpl
Normal file
|
@ -0,0 +1,7 @@
|
|||
</p><ul>
|
||||
{{foreach $options as $option}}
|
||||
<li>{{$option.vote}}</li>
|
||||
{{/foreach}}
|
||||
</ul>
|
||||
{{$summary}}
|
||||
</p>
|
Loading…
Add table
Add a link
Reference in a new issue