mirror of
				https://gitlab.com/animath/si/plateforme-corres2math.git
				synced 2025-11-04 06:22:17 +01:00 
			
		
		
		
	Fix format
This commit is contained in:
		@@ -242,7 +242,7 @@ class TeamUpdateView(LoginRequiredMixin, UpdateView):
 | 
			
		||||
        context = super().get_context_data(**kwargs)
 | 
			
		||||
        context["participation_form"] = ParticipationForm(data=self.request.POST or None,
 | 
			
		||||
                                                          instance=self.object.participation)
 | 
			
		||||
        context["title"] = _("Update team {trigram}").format(team=self.object.trigram)
 | 
			
		||||
        context["title"] = _("Update team {trigram}").format(trigram=self.object.trigram)
 | 
			
		||||
        return context
 | 
			
		||||
 | 
			
		||||
    @transaction.atomic
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user