Book and editions page styles
This commit is contained in:
parent
7b32a122e4
commit
3dc43aa81c
6 changed files with 44 additions and 24 deletions
|
@ -87,10 +87,12 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% for review in reviews %}
|
||||
<div class="block">
|
||||
{% include 'snippets/status.html' with status=review hide_book=True depth=1 %}
|
||||
<div>
|
||||
{% for review in reviews %}
|
||||
<div class="block">
|
||||
{% include 'snippets/status.html' with status=review hide_book=True depth=1 %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue