From af8d71a4ea241ccafa76831a44753fa4b8715103 Mon Sep 17 00:00:00 2001 From: yaemiku Date: Mon, 25 Jul 2022 22:41:03 +0200 Subject: [PATCH] [fix] no title __str__ and remove h2 from template --- core/templates/tournaments.html | 2 ++ db/tournaments/admin.py | 2 +- db/tournaments/models.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/core/templates/tournaments.html b/core/templates/tournaments.html index 2c32ecd..4ffdf22 100644 --- a/core/templates/tournaments.html +++ b/core/templates/tournaments.html @@ -10,7 +10,9 @@
+ {% if tournament.title %}

{{ tournament.title }}

+ {% endif %}