voting portal: add query parameters

can help make helios prefill more robust
This commit is contained in:
Kiara Grouwstra 2023-03-10 23:22:14 +01:00
parent a06b352229
commit ca843af670
Signed by: kiara
GPG Key ID: 47D3B7604FFCA83A
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<% @votes.each do |vote| %>
<tr>
<td>
<a href="https://stemmen.bij1.org/helios/e/<%= vote.election_slug %>/vote#id_voter_id=<%= vote.user_id %>&id_password=<%= vote.voter_password %>"><%= vote.election_slug %></a>
<a href="https://stemmen.bij1.org/helios/e/<%= vote.election_slug %>/vote?id_voter_id=<%= vote.user_id %>&id_password=<%= vote.voter_password %>#id_voter_id=<%= vote.user_id %>&id_password=<%= vote.voter_password %>"><%= vote.election_slug %></a>
</td>
<td>
<%= @user.id %>