fix
[wolnelektury.git] / src / catalogue / templates / catalogue / collection_box.html
index 214db8b..6514735 100644 (file)
@@ -2,11 +2,11 @@
   {% load i18n %}
   <div class="collection-box white-box">
     <h2><a href="{{ collection.get_absolute_url }}">{% trans "Collection" %}: {{ collection }}</a></h2>
-    <p>
+    <div class="description">
     {% if collection.description %}
       {{ collection.description|safe|truncatewords_html:40 }}
     {% endif %}
-    </p>
+    </div>
     <div class="covers">
       {% for book in collection.get_books|slice:":5" %}
         <a href="{{ book.get_absolute_url }}">