diff --git a/bookwyrm/templates/snippets/create_status_form.html b/bookwyrm/templates/snippets/create_status_form.html
index 88f201162..be325dbca 100644
--- a/bookwyrm/templates/snippets/create_status_form.html
+++ b/bookwyrm/templates/snippets/create_status_form.html
@@ -10,6 +10,7 @@
{% endif %}
+ {% include 'snippets/content_warning_field.html' %}
{% if type == 'review' %}
{% if type == 'quote' %}
diff --git a/bookwyrm/templates/snippets/reply_form.html b/bookwyrm/templates/snippets/reply_form.html
index cabcb9f7b..adcc64a0c 100644
--- a/bookwyrm/templates/snippets/reply_form.html
+++ b/bookwyrm/templates/snippets/reply_form.html
@@ -5,10 +5,10 @@
+ {% include 'snippets/content_warning_field.html' with parent_status=status %}
- {% include 'snippets/content_warning_field.html' with parent_status=status %}