summaryrefslogtreecommitdiffstats
path: root/templates/activities/notifications.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/activities/notifications.html')
-rw-r--r--templates/activities/notifications.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/activities/notifications.html b/templates/activities/notifications.html
index a9c51be..f34dc28 100644
--- a/templates/activities/notifications.html
+++ b/templates/activities/notifications.html
@@ -3,7 +3,7 @@
{% block title %}Notifications{% endblock %}
{% block content %}
- {% for event in page_obj %}
+ {% for event in events %}
{% include "activities/_event.html" %}
{% empty %}
No notirications yet.