diff --git a/tournaments/templates/tournaments/broadcasted_match.html b/tournaments/templates/tournaments/broadcasted_match.html
index cbbb4ce..38153da 100644
--- a/tournaments/templates/tournaments/broadcasted_match.html
+++ b/tournaments/templates/tournaments/broadcasted_match.html
@@ -27,47 +27,36 @@
- `
html += score
html += ` `
-
- if (match.has_walk_out) {
- html += ``
- if (team.walk_out) html += `WO`
- html += ` `
- }
-
return html
},
}" x-html="showScore(score, match.teams[i-1])">
-
-
-
-
+ return html
+ },
+ }" x-html="showWalkOut(match, match.teams[i-1])">
+
+
+
diff --git a/tournaments/templates/tournaments/broadcasted_matches.html b/tournaments/templates/tournaments/broadcasted_matches.html
index c7fe588..e5cf690 100644
--- a/tournaments/templates/tournaments/broadcasted_matches.html
+++ b/tournaments/templates/tournaments/broadcasted_matches.html
@@ -72,11 +72,13 @@
-
+
+ {% include 'tournaments/broadcasted_match.html' %}
+
+
@@ -148,7 +150,7 @@
-
+ -->