open voting, without tokens
This commit is contained in:
@@ -6,7 +6,22 @@
|
||||
<script src="{{ url_for('static', filename='script.js') }}" type="text/javascript"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<div class=page>
|
||||
<div class=header>
|
||||
Read more about me at the <a href="#bottom">bottom!</a>
|
||||
</div>
|
||||
{% block body %}{% endblock %}
|
||||
<hr>
|
||||
<div class=footer>
|
||||
<ul>
|
||||
<li>This voting machine does not store information about you.</li>
|
||||
<li>The token given to you is stored separately to the answers you give.</li>
|
||||
<li>If you were given the token via email or any other such means, this voting machine does not know the connection between your contact information and the vote token.</li>
|
||||
<li>Source code at <a href="https://bitbucket.org/MoonQ/aBot/">Bitbucket</a></li>
|
||||
</ul>
|
||||
<a id="bottom"></a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
|
||||
Thank you for the vote!
|
||||
|
||||
{{ summary|safe }}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user