diff --git a/templates/following.html b/templates/following.html index 1b96ed1..0acf561 100644 --- a/templates/following.html +++ b/templates/following.html @@ -8,12 +8,12 @@ {% include "header.html" %}
- {% for (follow_id, followed) in following_data %} + {% for follow in following_data %} {% if session.logged_in %}
- +
@@ -21,7 +21,7 @@ {% endif %}
- {{ utils.display_actor_inline(followed, size=80) }} + {{ utils.display_actor_inline(follow, size=80) }}
{% endfor %} {{ utils.display_pagination(older_than, newer_than) }}