Layout fixes, cover update for files.
[wolnelektury.git] / src / catalogue / templates / catalogue / 2022 / themed_book_list.html
index 8ba5e58..785f1c7 100644 (file)
         </div>
       </div>
     </div>
-    <div class="l-author with-filter">
+    <div class="with-filter">
       <div class="row">
-        <h2>{% nice_title_from_tags tags categories %}</h2>
-        {% if suggest %}
+        <h2 class="header">{% nice_title_from_tags tags categories %}</h2>
+        {% if suggested_tags %}
           <div class="filter-container">
-            {% for tag in suggest %}
+            {% for tag in suggested_tags %}
               <span class="filter filter-category-{{ tag.category }}">
                 <a href="{% catalogue_url view.list_type tags tag %}">{{ tag }}</a>
               </span>