Skip to content

Commit

Permalink
Update aidants_connect_web/models.py
Browse files Browse the repository at this point in the history
Co-authored-by: Agnès Haasser <1035145+tut-tuuut@users.noreply.github.com>
  • Loading branch information
mrjmad and tut-tuuut authored Jan 25, 2022
1 parent 5f3619e commit c512355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aidants_connect_web/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ def clean_journal_entries_and_delete_mandats(self):
for mandat in self.mandats.all():
entries = Journal.objects.filter(mandat=mandat)
manda_str_add_inf = (
f"Add by clean_journal_entries_and_delete_mandats :"
f"Added by clean_journal_entries_and_delete_mandats :"
f"\n Relatif au mandat supprimé {mandat} le {str_today}"
)
entries.update(
Expand Down

0 comments on commit c512355

Please sign in to comment.