From 8e17ba2316770cbf85c8f55b7309fa18e488ba79 Mon Sep 17 00:00:00 2001 From: Raz Date: Mon, 2 Dec 2024 09:53:17 +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 dda3ca2..31bddb5 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|linebreaks }}
+
{{ tournament.information|linebreaksbr }}

{% endif %}