diff --git a/participation/views.py b/participation/views.py index 50c4825..75afbd8 100644 --- a/participation/views.py +++ b/participation/views.py @@ -1182,7 +1182,7 @@ class PoolUploadNotesView(VolunteerMixin, FormView, DetailView): note.save() if os.getenv('GOOGLE_PRIVATE_KEY_ID', None): - pool.update_notes_spreadsheet() + pool.update_spreadsheet() messages.success(self.request, _("Notes were successfully uploaded.")) return super().form_valid(form)