X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a3b153ea6e30da275edf3e34b8d2f8ca1bb436cc..9bc86f5a6542c5893ac94284da33162a7c7be2d6:/src/catalogue/templates/catalogue/recent_list.html diff --git a/src/catalogue/templates/catalogue/recent_list.html b/src/catalogue/templates/catalogue/recent_list.html index 70a5f5c5a..86a9d4f4c 100644 --- a/src/catalogue/templates/catalogue/recent_list.html +++ b/src/catalogue/templates/catalogue/recent_list.html @@ -1,4 +1,4 @@ -{% extends "2022/base.html" %} +{% extends "base.html" %} {% load i18n %} {% load catalogue_tags %} @@ -25,7 +25,7 @@
{% for book in object_list %} - {% include "catalogue/2022/book_box.html" %} + {% include "catalogue/book_box.html" %} {% endfor %}