support for observers

This commit is contained in:
Ville Rantanen
2018-12-12 22:09:12 +02:00
parent 74cdb27037
commit cef7966ad2
12 changed files with 144 additions and 33 deletions

View File

@@ -8,7 +8,13 @@
{% include "questions.html" %}
<p>
<input type=submit name=submit /><br>
<span class = "warning">Votes can not be edited later!</span>
<div class = "warning">
You can only vote once!
<ul>
<li>Votes can not be edited later</li>
<li>Empty choices counts as empty, used vote</li>
</ul>
</div>
</p>
</form>
{% endblock %}