fix placement of book abstract
[wolnelektury.git] / src / catalogue / templates / catalogue / book_short.html
index b2a912f..fe4871d 100644 (file)
           </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 %}
+      {% block box-append %}{% endblock %}
     </div>
+    {% if book.abstract %}
+      <div class="abstract more">
+        {{ book.abstract|safe }}
+      </div>
+    {% endif %}
     {% endwith %}
 
     {% block right-column %}