Compare commits

..

1 Commits

Author SHA1 Message Date
7be62914b0 refactor quest template database calls 2018-07-16 14:57:05 -04:00

View File

@ -258,7 +258,7 @@
<label for="pollInput-{{ option[0] }}"></label>
</td>
<td class="option_text">{{ option[2] }}</td>
<td class="optionVotes">{{ option[0]|num_votes }}</td>
<td class="optionVotes">0</td>
</tr>
{% endfor %}
</table>