mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-02-14 23:41:17 +00:00
Fix format
This commit is contained in:
parent
a707219a9e
commit
463adc90d6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user