Skip to content

Commit

Permalink
Corrige un déchet du passage à black
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud-D authored and Situphen committed Oct 26, 2022
1 parent 8c6a633 commit 5c971b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zds/tutorialv2/views/authors.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ def form_valid(self, form):
else: # if user is incorrect or alone
messages.error(
self.request,
_(
"Vous êtes le seul auteur de {} ou le membre sélectionné " "en a déjà quitté la rédaction."
).format(_type[0]),
_("Vous êtes le seul auteur de {} ou le membre sélectionné en a déjà quitté la rédaction.").format(
_type[0]
),
)
return redirect(self.object.get_absolute_url())

Expand Down

0 comments on commit 5c971b5

Please sign in to comment.