Move reading modal templates to their own dir
This commit is contained in:
parent
c1afd3f852
commit
257c9854c2
13 changed files with 111 additions and 130 deletions
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 %}
|
Loading…
Add table
Add a link
Reference in a new issue