1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 13:18:25 +02:00

Fix send solution error

This commit is contained in:
Yohann D'ANELLO
2020-05-05 22:29:10 +02:00
parent 4ce767d451
commit 75d8ec2265
2 changed files with 15 additions and 7 deletions

View File

@ -610,9 +610,9 @@ msgstr "Solutions"
#: apps/tournament/views.py:239
msgid ""
"You can't publish your solution anymore. Deadline: {date:%m-%d-%Y %h:%M}."
"You can't publish your solution anymore. Deadline: {date:%m-%d-%Y %H:%M}."
msgstr ""
"Vous ne pouvez plus publier vos solutions. Deadline : {date:%d/%m/%Y %h:%M}."
"Vous ne pouvez plus publier vos solutions. Deadline : {date:%d/%m/%Y %H:%M}."
#: apps/tournament/views.py:263
msgid "All solutions"
@ -636,7 +636,7 @@ msgstr "Notes de synthèse de l'équipe {team}.zip"
#: apps/tournament/views.py:343
msgid ""
"You can't publish your synthesis anymore for the first round. Deadline: "
"{date:%m-%d-%Y %h:%M}."
"{date:%m-%d-%Y %H:%M}."
msgstr ""
"Vous ne pouvez plus envoyer vos notes de synthèse pour le premier tour. "
"Deadline : {date:%d/%m/%Y %h:%M}."
@ -644,7 +644,7 @@ msgstr ""
#: apps/tournament/views.py:349
msgid ""
"You can't publish your synthesis anymore for the second round. Deadline: "
"{date:%m-%d-%Y %h:%M}."
"{date:%m-%d-%Y %H:%M}."
msgstr ""
"Vous ne pouvez plus envoyer vos notes de synthèse pour le second tour. "
"Deadline : {date:%d/%m/%Y %h:%M}."