From 4bee40e66bd0921aa3a0eec1c3a9d9e46782cd4d Mon Sep 17 00:00:00 2001 From: Patrick Fairbank Date: Wed, 24 Aug 2022 18:01:16 -0700 Subject: [PATCH] Fix test match name on match play. --- templates/match_play.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/match_play.html b/templates/match_play.html index 0b16609..dd65907 100755 --- a/templates/match_play.html +++ b/templates/match_play.html @@ -57,7 +57,8 @@
- {{if eq .Match.Type "elimination"}}playoff{{else}}{{.Match.Type}}{{end}} {{.Match.DisplayName}} + {{if eq .Match.Type "elimination"}}playoff{{else}}{{.Match.Type}}{{end}} + {{if ne .Match.Type "test" }}{{.Match.DisplayName}}{{end}}