forked from mirrors/bookwyrm
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">
|
<div class="column">
|
||||||
|
|
||||||
{% include 'snippets/content_warning_field.html' with parent_status=status %}
|
{% 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">
|
<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>
|
<textarea class="textarea" name="content" placeholder="Leave a comment..." id="id_content_{{ status.id }}-{{ uuid }}" required="true">{{ status|mentions:request.user }}</textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue