diff --git a/scores/templates/scores/club.html b/scores/templates/scores/club.html
index e902bba..57645d5 100644
--- a/scores/templates/scores/club.html
+++ b/scores/templates/scores/club.html
@@ -13,17 +13,18 @@
{% if club.header %}
-
+
{% endif %}
{% for tournament in tournaments %}
+
{% endfor %}
diff --git a/scores/templates/scores/teams.html b/scores/templates/scores/teams.html
index 341d870..9b4ec02 100644
--- a/scores/templates/scores/teams.html
+++ b/scores/templates/scores/teams.html
@@ -54,12 +54,14 @@
{% endif %}
{% if tournament.club.header %}
-
{{ tournament.club.header }}
+
{% endif %}
{% autoescape off %}
- {{ tournament.name }}
+
diff --git a/scores/templates/scores/tournament.html b/scores/templates/scores/tournament.html
index dd69ed5..187ba13 100644
--- a/scores/templates/scores/tournament.html
+++ b/scores/templates/scores/tournament.html
@@ -57,14 +57,17 @@
{% autoescape off %}
-
-
{{ tournament.name }}
-
+
+
{{ tournament.name }}
+
+
{% for match in live_matches %}
-
{{ match.title }}
+ {{ match.title }}
{% if match.isMatch or match.isBracket %}
{% if match.isMatch %}