From 2ce3cae193a8169466351757b55973b13fcdd1d7 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 14 Oct 2020 10:26:41 -0700 Subject: [PATCH] Keep user page at local domain --- 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 6c501c6a..ecd1ec2d 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