diff --git a/bookwyrm/templates/snippets/create_status/post_options_block.html b/bookwyrm/templates/snippets/create_status/post_options_block.html index 17131532..652f8adb 100644 --- a/bookwyrm/templates/snippets/create_status/post_options_block.html +++ b/bookwyrm/templates/snippets/create_status/post_options_block.html @@ -1,8 +1,6 @@ {% load i18n %} -
-
- {% include "snippets/create_status/content_warning_toggle.html" %} -
+
+
{% if type == 'direct' %} @@ -13,13 +11,11 @@ {% include 'snippets/privacy_select.html' with current=reply_parent.privacy %} {% endif %} {% endif %} -
-
+
-