X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e7ef95e5867bba96cb445fef0d8932ab5ed6c938..a91eb26eb1627fbb4ca7bd15ff850e0393ca817e:/wolnelektury/templates/main_page.html?ds=sidebyside diff --git a/wolnelektury/templates/main_page.html b/wolnelektury/templates/main_page.html index b0de3cf0b..a879b0dcb 100755 --- a/wolnelektury/templates/main_page.html +++ b/wolnelektury/templates/main_page.html @@ -35,9 +35,11 @@

Ostatnie publikacje

- {% for book in last_published %} - {{ book.mini_box }} - {% endfor %} + {% cache 300 last-published-on-main %} + {% for book in last_published %} + {% book_mini book %} + {% endfor %} + {% endcache %}
@@ -66,8 +68,9 @@

Informacje

- - {% infopages_on_main %} + {% cache 300 infopages-on-main LANGUAGE_CODE %} + {% infopages_on_main %} + {% endcache %}