From 6dbf97e172da92e017ddb7f8de19581e63b8f8c4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 5 Oct 2020 12:47:53 +0000 Subject: [PATCH] Redirect to a moderation url --- webinterface.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index bd702a5d8..17f869057 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5346,8 +5346,9 @@ def htmlNewswire(newswire: str) -> str: shown = False if len(item) > 2: if item[2].startswith('moderate'): + moderationUrl = '/moderate?' + item[1] htmlStr += '

' + \ - '' + item[0] + '' + '' + item[0] + '' shown = True if not shown: