Include users path

merge-requests/30/head
Bob Mottram 2022-01-10 22:58:36 +00:00
parent 4b343f8340
commit 3524117e9c
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ def _html_newswire(base_dir: str, newswire: {}, nickname: str, moderator: bool,
# change the link url to a podcast episode screen
podcast_properties = item[8]
if podcast_properties.get('persons'):
link_url = '?podepisode=' + date_str
link_url = '/users/' + nickname + '/?podepisode=' + date_str
html_str += separator_str
if moderated_item and 'vote:' + nickname in item[2]: