mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-27 03:51:08 +00:00
Creates notification template directory
This commit is contained in:
parent
a24fe558fc
commit
9d765751e8
2 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue