Put status form in a visual distinct box on book page

and clean up create status markup
This commit is contained in:
Mouse Reeve
2020-11-06 11:54:31 -08:00
parent d31071ddb0
commit 6aa7522c34
2 changed files with 102 additions and 106 deletions

View File

@ -112,7 +112,7 @@
{% endfor %}
{% if request.user.is_authenticated %}
<div class="block">
<div class="box">
{% include 'snippets/create_status.html' with book=book hide_cover=True %}
</div>