From fc218c5d48376def7a599625824e712f83191c48 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 18 Jan 2021 13:02:30 -0800 Subject: [PATCH] Set reply privacy to parent privacy --- bookwyrm/templates/snippets/create_status_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/snippets/create_status_form.html b/bookwyrm/templates/snippets/create_status_form.html index d1d99817..3dfc19d9 100644 --- a/bookwyrm/templates/snippets/create_status_form.html +++ b/bookwyrm/templates/snippets/create_status_form.html @@ -52,7 +52,7 @@ {% include 'snippets/toggle/toggle_button.html' with text="Include spoiler alert" icon="warning is-size-4" controls_text="spoilers" controls_uid=uuid focus="id_content_warning" checkbox="id_show_spoilers" class="toggle-button" pressed=status.content_warning %}
- {% include 'snippets/privacy_select.html' %} + {% include 'snippets/privacy_select.html' with current=reply_parent.privacy%}