From 681c76a05ed67cafa7318c48303b1838db6211f5 Mon Sep 17 00:00:00 2001 From: Razmig Sarkissian Date: Mon, 7 Aug 2023 10:06:47 +0200 Subject: [PATCH] add missing link --- scores/templates/scores/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scores/templates/scores/index.html b/scores/templates/scores/index.html index 04b40a9..65831d2 100644 --- a/scores/templates/scores/index.html +++ b/scores/templates/scores/index.html @@ -178,7 +178,11 @@
-

{{ match.title|default:"Match" }}

+ {% if tv %} +

{{ match.title|default:"Match" }} | {{match.tournament.name}} + {% else %} +

{{ match.title|default:"Match" }} | {{match.tournament.name}} + {% endif %}

{% if match.isMatch or match.isBracket %} {% if match.isMatch and match.court > 0 %}