diff --git a/files/templates/userpage/blockers.html b/files/templates/userpage/blockers.html index 4b4553023..ac9b3af9a 100644 --- a/files/templates/userpage/blockers.html +++ b/files/templates/userpage/blockers.html @@ -1,7 +1,7 @@ {% extends "default.html" %} {% block pagetitle %}@{{u.username}}'s blockers{% endblock %} {% block content %} -
@{{u.username}}'s blockers ({{users|length}} users)
+
@{{u.username}}'s blockers ({{total}} users)
diff --git a/files/templates/userpage/blocking.html b/files/templates/userpage/blocking.html index fc2a50081..10c6c5ceb 100644 --- a/files/templates/userpage/blocking.html +++ b/files/templates/userpage/blocking.html @@ -1,7 +1,7 @@ {% extends "default.html" %} {% block pagetitle %}Users blocked by @{{u.username}}{% endblock %} {% block content %} -
Users blocked by @{{u.username}} ({{users|length}} users)
+
Users blocked by @{{u.username}} ({{total}} users)
diff --git a/files/templates/userpage/followers.html b/files/templates/userpage/followers.html index c01615b8e..7026253be 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 ({{users|length}} users)
+
@{{u.username}}'s followers ({{total}} users)
diff --git a/files/templates/userpage/following.html b/files/templates/userpage/following.html index d89cfd38a..d293a2dee 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|length}} users)
+
Users followed by @{{u.username}} ({{total}} users)
diff --git a/files/templates/userpage/muters.html b/files/templates/userpage/muters.html index 7ac1ab918..4981b9663 100644 --- a/files/templates/userpage/muters.html +++ b/files/templates/userpage/muters.html @@ -1,7 +1,7 @@ {% extends "default.html" %} {% block pagetitle %}@{{u.username}}'s notification muters{% endblock %} {% block content %} -
@{{u.username}}'s notification muters ({{users|length}} users)
+
@{{u.username}}'s notification muters ({{total}} users)
diff --git a/files/templates/userpage/muting.html b/files/templates/userpage/muting.html index 25acc1cb2..7eb986af0 100644 --- a/files/templates/userpage/muting.html +++ b/files/templates/userpage/muting.html @@ -1,7 +1,7 @@ {% extends "default.html" %} {% block pagetitle %}Users whose notifications are muted by @{{u.username}}{% endblock %} {% block content %} -
Users whose notifications are muted by @{{u.username}} ({{users|length}} users)
+
Users whose notifications are muted by @{{u.username}} ({{total}} users)