aboutsummaryrefslogtreecommitdiffstats
path: root/templates/poll_vote_table.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/poll_vote_table.html.j2')
-rw-r--r--templates/poll_vote_table.html.j28
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/poll_vote_table.html.j2 b/templates/poll_vote_table.html.j2
index 1fe6019..7083cb2 100644
--- a/templates/poll_vote_table.html.j2
+++ b/templates/poll_vote_table.html.j2
@@ -51,9 +51,13 @@
<form action="/poll/{{ poll.id }}/vote" method="post">
<td>
<label for="voter_name" hidden>Your name</label>
- <input type="text" name="voter_name" placeholder="Your name" required
+ <input type="text"
+ name="voter_name"
+ id="voter_name"
+ placeholder="Your name"
+ required
{% if prefill_voter_name %}value="{{ prefill_voter_name }}"{% endif %}>
- <input class="green" type="submit" value="Submit">
+ <input class="blue" type="submit" value="Submit">
</td>
{% for choice in choices %}
<td>