Fix copy-paste error

This commit is contained in:
Kumi 2021-01-01 16:55:45 +01:00
parent 6ef8035b2f
commit 4f26db7ace

View file

@ -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):