Fixes updating readthroughs

This commit is contained in:
Mouse Reeve 2021-09-22 12:47:50 -07:00
parent 6bb0f3bc8f
commit f55803b409

View file

@ -12,4 +12,5 @@
<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 }}">
<input type="hidden" name="id" value="{{ readthrough.id }}">
{% endblock %}