diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 1cdba85..4782f2c 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: TFJM\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-03-31 17:22+0200\n" +"POT-Creation-Date: 2023-03-31 17:39+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Emmy D'Anello \n" "Language-Team: LANGUAGE \n" @@ -856,7 +856,7 @@ msgstr "Envoyer une solution" #: participation/templates/participation/pool_detail.html:87 #: participation/templates/participation/team_detail.html:185 #: participation/templates/participation/upload_motivation_letter.html:13 -#: participation/templates/participation/upload_notes.html:12 +#: participation/templates/participation/upload_notes.html:24 #: participation/templates/participation/upload_solution.html:11 #: participation/templates/participation/upload_synthesis.html:16 #: registration/templates/registration/upload_health_sheet.html:17 @@ -1262,6 +1262,10 @@ msgstr "Ajouter un tournoi" msgid "Back to the team detail" msgstr "Retour aux détails de l'utilisateur⋅rice" +#: participation/templates/participation/upload_notes.html:18 +msgid "Download empty notation sheet" +msgstr "Télécharger la fiche de notation vierge" + #: participation/templates/participation/upload_synthesis.html:9 msgid "Templates:" msgstr "Modèles :" diff --git a/participation/static/Fiche notations - 3 équipes.ods b/participation/static/Fiche notations - 3 équipes.ods new file mode 100644 index 0000000..11afeb9 Binary files /dev/null and b/participation/static/Fiche notations - 3 équipes.ods differ diff --git a/participation/static/Fiche notations - 4 équipes.ods b/participation/static/Fiche notations - 4 équipes.ods new file mode 100644 index 0000000..acd1367 Binary files /dev/null and b/participation/static/Fiche notations - 4 équipes.ods differ diff --git a/participation/static/Fiche notations - 5 équipes.ods b/participation/static/Fiche notations - 5 équipes.ods new file mode 100644 index 0000000..3bfd357 Binary files /dev/null and b/participation/static/Fiche notations - 5 équipes.ods differ diff --git a/participation/templates/participation/upload_notes.html b/participation/templates/participation/upload_notes.html index c11ff4a..8a0e3f6 100644 --- a/participation/templates/participation/upload_notes.html +++ b/participation/templates/participation/upload_notes.html @@ -2,10 +2,22 @@ {% load crispy_forms_tags %} {% load i18n %} +{% load static %} {% block content %}