From f02f1541add5242e13abf8852d381458315ecaab Mon Sep 17 00:00:00 2001 From: Kromonos Date: Sun, 18 Dec 2022 01:01:07 +0100 Subject: Implement lazy loading (#188) --- templates/activities/follows.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/activities/follows.html') diff --git a/templates/activities/follows.html b/templates/activities/follows.html index eae344b..a1226dd 100644 --- a/templates/activities/follows.html +++ b/templates/activities/follows.html @@ -17,7 +17,7 @@
{% for identity in page_obj %} - + {{ identity.html_name_or_handle }} @{{ identity.handle }} -- cgit v1.2.3