From ed539132b101cb8a40e5daa0fe008d6f4add0386 Mon Sep 17 00:00:00 2001 From: Raz Date: Sat, 30 Nov 2024 11:19:41 +0100 Subject: [PATCH] fix registration issues --- tournaments/templates/tournaments/tournament_info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tournaments/templates/tournaments/tournament_info.html b/tournaments/templates/tournaments/tournament_info.html index 6fa0e28..dda3ca2 100644 --- a/tournaments/templates/tournaments/tournament_info.html +++ b/tournaments/templates/tournaments/tournament_info.html @@ -41,7 +41,7 @@ {% if tournament.information %}

Infos
-
{{ tournament.information }}
+
{{ tournament.information|linebreaks }}

{% endif %}