From 3524117e9cb7e49a77cbccf82ae367f162eb3394 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 10 Jan 2022 22:58:36 +0000 Subject: [PATCH] Include users path --- webapp_column_right.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]: