Compare commits

..

1 Commits

Author SHA1 Message Date
9093b1c77f refactor quest template database calls 2018-07-16 15:06:14 -04:00

View File

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