From 3e96093c12c40a564140467772d688c7e0c47f61 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 9 Jun 2022 18:58:55 +0100 Subject: [PATCH] Tab indexes for question --- webapp_question.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webapp_question.py b/webapp_question.py index d8fb52d2e..e8f636d52 100644 --- a/webapp_question.py +++ b/webapp_question.py @@ -53,10 +53,11 @@ def insert_question(base_dir: str, translate: {}, continue content += \ ' ' + choice['name'] + '

\n' + choice['name'] + '" tabindex="10"> ' + \ + choice['name'] + '

\n' content += \ '

\n' + translate['Vote'] + '" class="vote" tabindex="10">

\n' content += '\n\n' else: # show the responses to a question