fix layout in book box
[wolnelektury.git] / src / catalogue / templates / catalogue / book_short.html
index b69329b..0361e8d 100644 (file)
       {% block book-box-extra-info %}{% endblock %}
       {% block box-append %}{% endblock %}
     </div>
-    {% if book.abstract %}
-      <div class="abstract more">
-        {{ book.abstract|safe }}
-      </div>
-    {% endif %}
     {% endwith %}
 
     {% block right-column %}
         </div>
       {% endif %}
     {% endblock %}
+    {% if book.abstract %}
+      <div class="abstract more">
+        {{ book.abstract|safe }}
+      </div>
+    {% endif %}
 
     <div class="clearboth"></div>
     </div>