Move reading modal templates to their own dir

This commit is contained in:
Mouse Reeve
2021-08-16 11:30:11 -07:00
parent c1afd3f852
commit 257c9854c2
13 changed files with 111 additions and 130 deletions

View 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 %}