diff --git a/mood/views.py b/mood/views.py index a711867..8444aee 100644 --- a/mood/views.py +++ b/mood/views.py @@ -297,7 +297,7 @@ class NotificationEditView(LoginRequiredMixin, UpdateView): class NotificationDeleteView(LoginRequiredMixin, DeleteView): - template_name = "mood/activity_delete.html" + template_name = "mood/notification_delete.html" model = NotificationDailySchedule def get_object(self):