From 0f778b5d581fa34dda77275bf70be138b521a685 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 23 Apr 2021 17:07:26 +0100 Subject: [PATCH] Key shortcuts link --- webapp_column_left.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapp_column_left.py b/webapp_column_left.py index 70c9648c0..916ea2183 100644 --- a/webapp_column_left.py +++ b/webapp_column_left.py @@ -254,6 +254,10 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str, if firstSeparatorAdded: htmlStr += separatorStr + htmlStr += \ + '

' + \ + translate['Key Shortcuts'] + '

' htmlStr += \ '

' + \ translate['About this Instance'] + '

'