mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 07:02:10 +01:00 
			
		
		
		
	Fix important information for volunteers
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
		@@ -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"),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user