Cleanup
[wolnelektury.git] / src / search / templates / search / results.html
index 625bb65..dbcf1c0 100644 (file)
@@ -1,4 +1,4 @@
-{% extends "2022/base.html" %}
+{% extends "base.html" %}
 
 
 {% block main %}
       <div class="l-section l-section--col">
         <div class="l-books__grid">
           {% for book in results.book %}
-            {% include 'catalogue/2022/book_box.html' %}
+            {% include 'catalogue/book_box.html' %}
           {% endfor %}
         </div>
       </div>
       <div class="l-section l-section--col">
         <div class="l-books__grid">
           {% for book in results.art %}
-            {% include 'catalogue/2022/book_box.html' %}
+            {% include 'catalogue/book_box.html' %}
           {% endfor %}
         </div>
       </div>
         <h2 class="header">Kolekcje</h2>
         <div class="c-search-result-collection">
           {% for collection in results.collection %}
-            {% include 'catalogue/2022/collection_box.html' %}
+            {% include 'catalogue/collection_box.html' %}
           {% endfor %}
         </div>
       </div>