From 632ef258b7cd82f910103aee125a8e22a9c6712d Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 5 Nov 2020 12:09:05 -0800 Subject: [PATCH] Colors for follow/unfollow buttons --- bookwyrm/templates/snippets/follow_button.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bookwyrm/templates/snippets/follow_button.html b/bookwyrm/templates/snippets/follow_button.html index 5eea5bbf..1f914a6c 100644 --- a/bookwyrm/templates/snippets/follow_button.html +++ b/bookwyrm/templates/snippets/follow_button.html @@ -11,14 +11,14 @@ Follow request already sent. {% csrf_token %} {% if user.manually_approves_followers %} - + {% else %} - + {% endif %}
{% csrf_token %} - +
{% endif %}