parent
39bcd7ac00
commit
20f3919783
@ -213,4 +213,8 @@ class Notifications(ListView):
|
|||||||
# Retrieve what kinds of things to show
|
# Retrieve what kinds of things to show
|
||||||
context["events"] = events
|
context["events"] = events
|
||||||
context["notification_options"] = self.request.session["notification_options"]
|
context["notification_options"] = self.request.session["notification_options"]
|
||||||
|
context["interactions"] = PostInteraction.get_event_interactions(
|
||||||
|
context["page_obj"],
|
||||||
|
self.request.identity,
|
||||||
|
)
|
||||||
return context
|
return context
|
||||||
|
Reference in New Issue
Block a user