diff --git a/webapp_column_right.py b/webapp_column_right.py index 46c82adbe..62df82d36 100644 --- a/webapp_column_right.py +++ b/webapp_column_right.py @@ -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]: