diff --git a/files/templates/userpage/followers.html b/files/templates/userpage/followers.html index 103b5a968..c01615b8e 100644 --- a/files/templates/userpage/followers.html +++ b/files/templates/userpage/followers.html @@ -1,7 +1,7 @@ {% extends "default.html" %} {% block pagetitle %}@{{u.username}}'s followers{% endblock %} {% block content %} -
@{{u.username}}'s followers
+
@{{u.username}}'s followers ({{users|length}} users)
diff --git a/files/templates/userpage/following.html b/files/templates/userpage/following.html index d5a29d185..d89cfd38a 100644 --- a/files/templates/userpage/following.html +++ b/files/templates/userpage/following.html @@ -1,7 +1,7 @@ {% extends "default.html" %} {% block pagetitle %}Users followed by @{{u.username}}{% endblock %} {% block content %} -
Users followed by @{{u.username}}
+
Users followed by @{{u.username}} ({{users|length}} users)