merge-requests/21/head
Bob Mottram 2021-02-23 17:40:22 +00:00
parent 8124a7cdc6
commit 8e343f2ca0
1 changed files with 1 additions and 1 deletions

View File

@ -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'