Skip to content

Commit

Permalink
make the batch view as close as possible to single case processing
Browse files Browse the repository at this point in the history
  • Loading branch information
xavfernandez committed Jan 13, 2025
1 parent 352a5a2 commit f483196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itou/www/apply/views/batch_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def done(self):
(
f"{refused_nb} candidatures ont été refusées."
if refused_nb > 1
else "La candidature a bien été refusée."
else "La candidature de {self.application[0].job_seeker.get_full_name()} a bien été refusée."
),
extra_tags="toast",
)
Expand Down

0 comments on commit f483196

Please sign in to comment.