Key shortcut for new blog

merge-requests/20/merge
Bob Mottram 2021-04-23 20:13:10 +01:00
parent 78fb223bd4
commit 5c25e262a8
1 changed files with 2 additions and 1 deletions

View File

@ -171,7 +171,8 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str,
titleStr = translate['Publish a news article'] titleStr = translate['Publish a news article']
htmlStr += \ htmlStr += \
' <a href="' + \ ' <a href="' + \
'/users/' + nickname + '/newblog?nodropdown">' + \ '/users/' + nickname + '/newblog?nodropdown" ' + \
'accesskey="' + accessKeys['menuNewPost'] + '">' + \
'<img class="' + editImageClass + \ '<img class="' + editImageClass + \
'" loading="lazy" alt="' + \ '" loading="lazy" alt="' + \
titleStr + '" title="' + \ titleStr + '" title="' + \