From bd7bf4ee964ea52198d4a0056052936d32e42f0f Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 4 Aug 2021 10:55:03 -0700 Subject: [PATCH] Resolve conflict between inherited privacy and default privacy --- bookwyrm/templates/snippets/privacy_select.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bookwyrm/templates/snippets/privacy_select.html b/bookwyrm/templates/snippets/privacy_select.html index 0305aee7..d1215cc0 100644 --- a/bookwyrm/templates/snippets/privacy_select.html +++ b/bookwyrm/templates/snippets/privacy_select.html @@ -5,17 +5,18 @@ {% if not no_label %} {% endif %} + {% firstof current user.default_post_privacy "public" as privacy %}