1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 14:38:24 +02:00

Fix mails to teams that are selected to the final

This commit is contained in:
Yohann D'ANELLO
2020-05-07 19:19:58 +02:00
parent 317d9499d0
commit 4b777d90b5
3 changed files with 6 additions and 5 deletions

View File

@ -9,8 +9,8 @@ Bonjour {{ user }},<br>
<br>
Félicitations ! Votre équipe « {{ team.name }} » ({{ team.trigram }}) est sélectionnée pour la finale nationale !<br>
<br>
La finale aura lieu du {{ tournament.date_start }} au {{ tournament.date_end }}. Vous pouvez peaufiner vos solutions
si vous le souhaitez jusqu'au {{ tournament.date_solutions }}.<br>
La finale aura lieu du {{ final.date_start }} au {{ final.date_end }}. Vous pouvez peaufiner vos solutions
si vous le souhaitez jusqu'au {{ final.date_solutions }}.<br>
<br>
Bravo encore !<br>
<br>

View File

@ -2,8 +2,8 @@ Bonjour {{ user }},
Félicitations ! Votre équipe « {{ team.name }} » ({{ team.trigram }}) est sélectionnée pour la finale nationale !
La finale aura lieu du {{ tournament.date_start }} au {{ tournament.date_end }}. Vous pouvez peaufiner vos solutions
si vous le souhaitez jusqu'au {{ tournament.date_solutions }}.
La finale aura lieu du {{ final.date_start }} au {{ final.date_end }}. Vous pouvez peaufiner vos solutions
si vous le souhaitez jusqu'au {{ final.date_solutions }}.
Bravo encore !