Cleanup
[wolnelektury.git] / src / catalogue / templates / catalogue / recent_list.html
index 70a5f5c..86a9d4f 100644 (file)
@@ -1,4 +1,4 @@
-{% extends "2022/base.html" %}
+{% extends "base.html" %}
 {% load i18n %}
 {% load catalogue_tags %}
 
@@ -25,7 +25,7 @@
   <div class="l-section l-section--col">
     <div class="l-books__grid" id="book-list">
       {% for book in object_list %}
-        {% include "catalogue/2022/book_box.html" %}
+        {% include "catalogue/book_box.html" %}
       {% endfor %}
     </div>
   </div>