From ac77baf5fce36a89392aeb30b61082ce423430f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 5 Jun 2023 10:30:38 +0200 Subject: [PATCH] Continued: - origin=NULL was shown as "None", so let's exclude this --- templates/scoreboard.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/scoreboard.html b/templates/scoreboard.html index baacd00..0080518 100644 --- a/templates/scoreboard.html +++ b/templates/scoreboard.html @@ -104,6 +104,8 @@ {{entry['domain']}} {% elif originator %}
{{entry['domain']}}
+ {% elif entry['domain'] == None %} + - {% else %} {{entry['domain']}}  ↗ -- 2.39.2