Skip to content

Commit

Permalink
what is happening im so bad at git
Browse files Browse the repository at this point in the history
  • Loading branch information
vcai122 committed Nov 12, 2024
1 parent ffb57fc commit 9829626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/portal/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def _on_create(self):
self._get_email_subject(),
get_backend_manager_emails(),
(
f"A new {self.__class__._meta.model_name} for {self.club_code}"
f"A new {self.__class__._meta.model_name} for {self.club_code} "
f"has been created by {self.creator}."
),
)
Expand Down

0 comments on commit 9829626

Please sign in to comment.