This commit is contained in:
Aevann1 2021-09-23 00:54:13 +02:00
parent ee51fde137
commit 82e91d66d5
3 changed files with 12 additions and 7 deletions

View file

@ -99,12 +99,13 @@ def notifications(v):
return render_template("notifications.html",
v=v,
notifications=listing,
next_exists=next_exists,
page=page,
standalone=True,
is_notification_page=True)
v=v,
notifications=listing,
next_exists=next_exists,
page=page,
standalone=True,
render_replies=True
)