Key shortcuts link

main
Bob Mottram 2021-04-23 17:07:26 +01:00
parent 5a28cd303b
commit 0f778b5d58
1 changed files with 4 additions and 0 deletions

View File

@ -254,6 +254,10 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
if firstSeparatorAdded:
htmlStr += separatorStr
htmlStr += \
'<p class="login-text"><a href="/users/' + \
nickname + '/accesskeys">' + \
translate['Key Shortcuts'] + '</a></p>'
htmlStr += \
'<p class="login-text"><a href="/about">' + \
translate['About this Instance'] + '</a></p>'