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