forked from mirrors/bookwyrm
Show "optional" helper on comment field
This commit is contained in:
parent
0549dbaa6d
commit
f12c5df288
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@
|
|||
|
||||
{% block form_open %}{% endblock %}
|
||||
|
||||
{% block content_label %}
|
||||
{% trans "Comment:" %}
|
||||
<span class="help mt-0 has-text-weight-normal">{% trans "(Optional)" %}</span>
|
||||
{% endblock %}
|
||||
|
||||
{% block initial_fields %}
|
||||
<input type="hidden" name="user" value="{{ request.user.id }}">
|
||||
<input type="hidden" name="mention_books" value="{{ book.id }}">
|
||||
|
|
Loading…
Reference in a new issue