Fix copy-paste error

This commit is contained in:
Kumi 2021-01-01 16:55:45 +01:00
parent c377fae61f
commit 72cbf3ac01

View file

@ -297,7 +297,7 @@ class NotificationEditView(LoginRequiredMixin, UpdateView):
class NotificationDeleteView(LoginRequiredMixin, DeleteView): class NotificationDeleteView(LoginRequiredMixin, DeleteView):
template_name = "mood/activity_delete.html" template_name = "mood/notification_delete.html"
model = NotificationDailySchedule model = NotificationDailySchedule
def get_object(self): def get_object(self):