mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-27 20:11:14 +00:00
Adds label to reply textarea
This commit is contained in:
parent
dc68fdd53e
commit
17b9c6ecc5
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
<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">{{ status|mentions:request.user }}</textarea>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue