diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-08-20 13:20:38 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | 3ea6154a9e75011c194820456b66fa00f12a55b7 (patch) | |
| tree | ab8923525fd05aa696f18fa176611800f0eeeea7 /templates/poll.html.j2 | |
| parent | d53e5e61d25405db63cc2e2817186d19dbff8189 (diff) | |
Style and a11y improvements
Diffstat (limited to 'templates/poll.html.j2')
| -rw-r--r-- | templates/poll.html.j2 | 4 |
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> |
