rework frontend for book abstracts
[wolnelektury.git] / src / catalogue / templates / catalogue / book_short.html
index bf3a4b2..b2a912f 100644 (file)
           {% endif %}
           {% endwith %}
         </div>
-        {% if book.abstract %}
-          <div class="abstract more">
-            {{ book.abstract|safe }}
-          </div>
-        {% endif %}
       </div>
       {% book_shelf_tags book.pk %}
 
           </div>
         </li>
       </ul>
+      <div class="clearboth"></div>
+      {% if book.abstract %}
+        <div class="abstract more">
+          {{ book.abstract|safe }}
+        </div>
+      {% endif %}
       {% block book-box-extra-info %}{% endblock %}
       {% block box-append %}
       {% endblock %}