mirror of https://gitlab.com/bashrc2/epicyon
Users
parent
8124a7cdc6
commit
8e343f2ca0
|
@ -351,7 +351,7 @@ def htmlPersonOptions(defaultTimeline: str,
|
|||
translate['Info'] + '</button>\n'
|
||||
|
||||
personNotes = ''
|
||||
if originPathStr.startswith('/' + nickname + '/'):
|
||||
if originPathStr.startswith('/users/' + nickname + '/'):
|
||||
personNotesFilename = \
|
||||
baseDir + '/accounts/' + nickname + '@' + domain + \
|
||||
'/notes/' + handle + '.txt'
|
||||
|
|
Loading…
Reference in New Issue