mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-22 19:58:22 +02:00
Fix format
This commit is contained in:
@ -242,7 +242,7 @@ class TeamUpdateView(LoginRequiredMixin, UpdateView):
|
|||||||
context = super().get_context_data(**kwargs)
|
context = super().get_context_data(**kwargs)
|
||||||
context["participation_form"] = ParticipationForm(data=self.request.POST or None,
|
context["participation_form"] = ParticipationForm(data=self.request.POST or None,
|
||||||
instance=self.object.participation)
|
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
|
return context
|
||||||
|
|
||||||
@transaction.atomic
|
@transaction.atomic
|
||||||
|
Reference in New Issue
Block a user