From d8800b09c4b7e202c8c638591811dc75a8a2176e Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 5 Oct 2020 14:58:57 -0700 Subject: [PATCH] use remote id for followers links this should be stored in the db --- bookwyrm/templates/user_header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/user_header.html b/bookwyrm/templates/user_header.html index 6f499e39..6c501c6a 100644 --- a/bookwyrm/templates/user_header.html +++ b/bookwyrm/templates/user_header.html @@ -25,8 +25,8 @@

{{ user.username }}

Joined {{ user.created_date | naturaltime }}

- {{ user.followers.count }} follower{{ user.followers.count | pluralize }}, - {{ user.following.count }} following

+ {{ user.followers.count }} follower{{ user.followers.count | pluralize }}, + {{ user.following.count }} following