diff options
author | Andrew Godwin | 2022-11-28 22:42:40 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-28 22:42:40 -0700 |
commit | c72893372afe255689ff56a618b6c849974569a3 (patch) | |
tree | 47672b39bb34811b9448ffab8e6d373baec83086 /templates/activities/notifications.html | |
parent | c857cd026f9b140e5613274a816ec742c7fc3ee4 (diff) | |
download | takahe-c72893372afe255689ff56a618b6c849974569a3.tar.gz takahe-c72893372afe255689ff56a618b6c849974569a3.tar.bz2 takahe-c72893372afe255689ff56a618b6c849974569a3.zip |
Collapse notifications on the same post
Diffstat (limited to 'templates/activities/notifications.html')
-rw-r--r-- | templates/activities/notifications.html | 2 |
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. |