Skip to content
Snippets Groups Projects
Commit c1c50dc2 authored by Ben Adida's avatar Ben Adida
Browse files

remove auto-submit feature for now, csrf protection since ballot preparation...

remove auto-submit feature for now, csrf protection since ballot preparation and casting are meant to be loosely coupled.
parent 2f233f72
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,8 @@ You are logged in as <u>{{voter.display_html_big|safe}}</u><br /><br />
You can start the voting process over again, of course.</span>
</p>
<script>$('#cast_confirm_form').submit()</script>
<!-- for now, for CSRF protection, no auto-submit just yet (benadida) -->
<!-- <script>$('#cast_confirm_form').submit()</script> -->
</div>
{% else %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment