cw back on the top

it just felt weird on the bottom??
This commit is contained in:
Mouse Reeve
2021-01-14 13:43:52 -08:00
parent aa564b26c8
commit f8d5eec60d
2 changed files with 2 additions and 3 deletions

View File

@ -10,6 +10,7 @@
{% endif %}
<div class="control">
<label class="label" for="id_{% if type == 'quote' %}quote{% else %}content{% endif %}_{{ book.id }}_{{ type }}">{{ type|title }}:</label>
{% include 'snippets/content_warning_field.html' %}
{% if type == 'review' %}
<fieldset>
@ -32,8 +33,6 @@
{% else %}
<textarea name="content" class="textarea" id="id_content_{{ book.id }}_{{ type }}" placeholder="{{ placeholder }}" required></textarea>
{% endif %}
{% include 'snippets/content_warning_field.html' %}
</div>
{% if type == 'quote' %}
<div class="control">