Fix copy-paste error
This commit is contained in:
parent
c377fae61f
commit
72cbf3ac01
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue