mirror of https://gitlab.com/bashrc2/epicyon
Key shortcuts link
parent
5a28cd303b
commit
0f778b5d58
|
@ -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>'
|
||||
|
|
Loading…
Reference in New Issue