diff --git a/bookwyrm/templates/snippets/content_warning_field.html b/bookwyrm/templates/snippets/content_warning_field.html new file mode 100644 index 000000000..1787c0a86 --- /dev/null +++ b/bookwyrm/templates/snippets/content_warning_field.html @@ -0,0 +1,18 @@ +
+
+ + +
+ +
+ + +
+
+ diff --git a/bookwyrm/templates/snippets/create_status_form.html b/bookwyrm/templates/snippets/create_status_form.html index 70062db4d..a0c6b817d 100644 --- a/bookwyrm/templates/snippets/create_status_form.html +++ b/bookwyrm/templates/snippets/create_status_form.html @@ -27,14 +27,7 @@ {% endif %} -
- - - -
+ {% include 'snippets/content_warning_field.html' %} {% if type == 'quote' %} diff --git a/bookwyrm/templates/snippets/reply_form.html b/bookwyrm/templates/snippets/reply_form.html index 65aa3e46a..787a3ac54 100644 --- a/bookwyrm/templates/snippets/reply_form.html +++ b/bookwyrm/templates/snippets/reply_form.html @@ -6,19 +6,12 @@
-
- - - -
+ + {% include 'snippets/content_warning_field.html' with parent_status=activity %}
-
{% include 'snippets/privacy_select.html' with current=activity.privacy %}