From 428aca20c63f8b7abe9b4070f688602726568568 Mon Sep 17 00:00:00 2001 From: Raz Date: Mon, 2 Dec 2024 10:37:03 +0100 Subject: [PATCH] fix registration issues --- tournaments/templates/register_tournament.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tournaments/templates/register_tournament.html b/tournaments/templates/register_tournament.html index 0a53dbf..fd723ab 100644 --- a/tournaments/templates/register_tournament.html +++ b/tournaments/templates/register_tournament.html @@ -15,7 +15,7 @@
-

Inscription au {{ tournament.display_name }} {{ tournament.get_federal_age_category_display}}

+

Inscription : {{ tournament.display_name }} {{ tournament.get_federal_age_category_display}}

@@ -76,7 +76,7 @@ {{ add_player_form.last_name.label_tag }} {{ add_player_form.last_name }} {% if tournament.license_is_required is False %} - {{ add_player_form.licence_id.label_tag }} + {{ add_player_form.licence_id.label_tag }}{% if tournament.license_is_required is False %}(facultatif){% endif %} {{ add_player_form.licence_id }} {% endif %} {% endif %}