Collapse long review text

This commit is contained in:
Mouse Reeve
2020-11-12 11:40:20 -08:00
parent ad948e7313
commit 23ef1e8b7d
6 changed files with 35 additions and 30 deletions

View File

@ -1,3 +1,4 @@
{% load fr_display %}
<div class="columns">
<div class="column is-narrow">
<div>
@ -7,6 +8,6 @@
</div>
<div class="column">
<h3 class="title is-6">{% include 'snippets/book_titleby.html' with book=book %}</h3>
{% include 'snippets/book_description.html' with book=book %}
{% include 'snippets/trimmed_text.html' with full=book|book_description %}
</div>
</div>