From 693dfc42ac2affeb7535a1300dd8925276987581 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 13 Dec 2020 16:20:59 -0800 Subject: [PATCH] Match privacy level in reply --- bookwyrm/templates/snippets/reply_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/snippets/reply_form.html b/bookwyrm/templates/snippets/reply_form.html index 40cf6de1..d0a0f6b9 100644 --- a/bookwyrm/templates/snippets/reply_form.html +++ b/bookwyrm/templates/snippets/reply_form.html @@ -13,7 +13,7 @@
- {% include 'snippets/privacy_select.html' %} + {% include 'snippets/privacy_select.html' with current=activity.privacy %}