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