moviewyrm/bookwyrm/templates/snippets/reading_modals/form.html
2021-08-16 11:30:11 -07:00

9 lines
276 B
HTML

{% extends "snippets/create_status/layout.html" %}
{% load i18n %}
{% block form_open %}{% endblock %}
{% block initial_fields %}
<input type="hidden" name="user" value="{{ request.user.id }}">
<input type="hidden" name="mention_books" value="{{ book.id }}">
{% endblock %}