From: Roland Häder Date: Mon, 5 Jun 2023 08:30:38 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ac77baf5fce36a89392aeb30b61082ce423430f1;p=fba.git Continued: - origin=NULL was shown as "None", so let's exclude this --- 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']}}  ↗