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 %}