diff --git a/photologue/views.py b/photologue/views.py index 05de677..8baca75 100644 --- a/photologue/views.py +++ b/photologue/views.py @@ -98,7 +98,7 @@ class PhotoReportView(LoginRequiredMixin, DetailView): url = request.build_absolute_uri(url) # Send mail to managers - mail_managers( + mail_admins( subject=f"Abuse report for photo id {photo.pk}", message=f"{self.request.user.username} reported an abuse for `{photo.title}`: {url}#lg=1&slide={photo.pk}", )