diff --git a/templates/match_play.html b/templates/match_play.html index 8fc0200e..75abe0ca 100644 --- a/templates/match_play.html +++ b/templates/match_play.html @@ -26,9 +26,9 @@
Rbt
Byp
- {{template "matchPlayTeam" dict "color" "B" "position" 1}} - {{template "matchPlayTeam" dict "color" "B" "position" 2}} - {{template "matchPlayTeam" dict "color" "B" "position" 3}} + {{template "matchPlayTeam" dict "color" "B" "position" 1 "data" . "bypass" 1}} + {{template "matchPlayTeam" dict "color" "B" "position" 2 "data" . "bypass" 2}} + {{template "matchPlayTeam" dict "color" "B" "position" 3 "data" . "bypass" 3}}
@@ -39,9 +39,9 @@
Rbt
Byp
- {{template "matchPlayTeam" dict "color" "R" "position" 3}} - {{template "matchPlayTeam" dict "color" "R" "position" 2}} - {{template "matchPlayTeam" dict "color" "R" "position" 1}} + {{template "matchPlayTeam" dict "color" "R" "position" 3 "data" . "bypass" 4}} + {{template "matchPlayTeam" dict "color" "R" "position" 2 "data" . "bypass" 5}} + {{template "matchPlayTeam" dict "color" "R" "position" 1 "data" . "bypass" 6}}
@@ -50,12 +50,14 @@ onclick="showOverlay();" disabled> Show Overlay - - - - @@ -301,7 +304,9 @@
-
+
+
{{end}}