Create comments when commentary is provided

This commit is contained in:
Mouse Reeve
2021-08-16 13:04:34 -07:00
parent f12c5df288
commit 6280671d92
2 changed files with 13 additions and 3 deletions

View File

@ -11,4 +11,5 @@
{% block initial_fields %}
<input type="hidden" name="user" value="{{ request.user.id }}">
<input type="hidden" name="mention_books" value="{{ book.id }}">
<input type="hidden" name="book" value="{{ book.id }}">
{% endblock %}