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">

View file

@ -5,10 +5,10 @@
<input type="hidden" name="reply_parent" value="{{ status.id }}">
<input type="hidden" name="user" value="{{ request.user.id }}">
<div class="column">
{% include 'snippets/content_warning_field.html' with parent_status=status %}
<label for="id_content_{{ status.id }}-{{ uuid }}" class="is-sr-only">Reply</label>
<div class="field">
<textarea class="textarea" name="content" placeholder="Leave a comment..." id="id_content_{{ status.id }}-{{ uuid }}" required="true"></textarea>
{% include 'snippets/content_warning_field.html' with parent_status=status %}
</div>
</div>
<div class="column is-narrow">