diff options
Diffstat (limited to 'templates/activities/local.html')
-rw-r--r-- | templates/activities/local.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/activities/local.html b/templates/activities/local.html index b6f246e..c03b0c0 100644 --- a/templates/activities/local.html +++ b/templates/activities/local.html @@ -4,7 +4,7 @@ {% block content %} {% for post in page_obj %} - {% include "activities/_post.html" %} + {% include "activities/_post.html" with feedindex=forloop.counter %} {% empty %} No posts yet. {% endfor %} |