Creates notification template directory
This commit is contained in:
parent
a24fe558fc
commit
9d765751e8
@ -24,7 +24,7 @@ class Notifications(View):
|
|||||||
"unread": unread,
|
"unread": unread,
|
||||||
}
|
}
|
||||||
notifications.update(read=True)
|
notifications.update(read=True)
|
||||||
return TemplateResponse(request, "notifications.html", data)
|
return TemplateResponse(request, "notifications/notifications.html", data)
|
||||||
|
|
||||||
def post(self, request):
|
def post(self, request):
|
||||||
"""permanently delete notification for user"""
|
"""permanently delete notification for user"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user