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}}