mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-25 06:22:22 +00:00
Fix important information for volunteers
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
parent
dba937fb03
commit
6ce179bd60
@ -518,8 +518,8 @@ class VolunteerRegistration(Registration):
|
|||||||
text = _("<p>The draw of the solutions for the tournament {tournament} is planned on the "
|
text = _("<p>The draw of the solutions for the tournament {tournament} is planned on the "
|
||||||
"{date:%Y-%m-%d %H:%M}. You can join it on <a href='{url}'>this link</a>.</p>")
|
"{date:%Y-%m-%d %H:%M}. You can join it on <a href='{url}'>this link</a>.</p>")
|
||||||
url = reverse_lazy("draw:index")
|
url = reverse_lazy("draw:index")
|
||||||
content = format_lazy(text, tournament=self.tournament.name,
|
content = format_lazy(text, tournament=tournament.name,
|
||||||
date=localtime(self.tournament.solutions_draw),
|
date=localtime(tournament.solutions_draw),
|
||||||
url=url)
|
url=url)
|
||||||
informations.append({
|
informations.append({
|
||||||
'title': _("Draw of solutions"),
|
'title': _("Draw of solutions"),
|
||||||
|
Loading…
Reference in New Issue
Block a user