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

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