Adds mention notification template

This commit is contained in:
Mouse Reeve
2021-10-02 07:58:20 -07:00
parent 29157d03fc
commit df8f67895c
6 changed files with 93 additions and 122 deletions

View File

@ -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"""