main
Bob Mottram 2021-04-23 17:45:46 +01:00
parent 04b7ba0065
commit 4c06b02119
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
htmlStr += separatorStr
htmlStr += \
'<p class="login-text"><a href="/users/' + \
nickname + '/accesskeys" accesskeys="' + \
nickname + '/accesskeys" accesskey="' + \
accessKeys['menuKeys'] + '">' + \
translate['Key Shortcuts'] + '</a></p>'
htmlStr += \