Move reading modal templates to their own dir
This commit is contained in:
9
bookwyrm/templates/snippets/reading_modals/form.html
Normal file
9
bookwyrm/templates/snippets/reading_modals/form.html
Normal file
@ -0,0 +1,9 @@
|
||||
{% 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 %}
|
Reference in New Issue
Block a user