Adds mention notification template
This commit is contained in:
parent
29157d03fc
commit
df8f67895c
6 changed files with 93 additions and 122 deletions
|
@ -24,7 +24,7 @@ class Notifications(View):
|
|||
"unread": unread,
|
||||
}
|
||||
notifications.update(read=True)
|
||||
return TemplateResponse(request, "notifications/notifications.html", data)
|
||||
return TemplateResponse(request, "notifications/notifications_page.html", data)
|
||||
|
||||
def post(self, request):
|
||||
"""permanently delete notification for user"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue