aboutsummaryrefslogtreecommitdiffstats
path: root/templates/poll.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/poll.html.j2')
-rw-r--r--templates/poll.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/poll.html.j2 b/templates/poll.html.j2
index 1661b79..b3975cf 100644
--- a/templates/poll.html.j2
+++ b/templates/poll.html.j2
@@ -15,8 +15,8 @@
<form action="/options/toggle_display_mode" method="post">
<input type="hidden" name="poll_id" value="{{ poll.id }}">
<label>
- Display mode: <strong>{{ display_mode }}</strong>
- <input type="submit" value="Toggle">
+ Display mode:
+ <input type="submit" value="{{ display_mode }}">
</label>
</form>
</div>