From f8d5eec60d38aaf7dc9167b1e6dd46ee5810808a Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 14 Jan 2021 13:43:52 -0800 Subject: [PATCH] cw back on the top it just felt weird on the bottom?? --- bookwyrm/templates/snippets/create_status_form.html | 3 +-- bookwyrm/templates/snippets/reply_form.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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' %}
@@ -32,8 +33,6 @@ {% else %} {% 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 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 %}