X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/295648ebd45d0d2cc07ebc48d12b95b40d1dc2fa..9ba3ccd2ad2748ed4a1b67187b8e1ac273dc8ee8:/templates/catalogue/main_page.html diff --git a/templates/catalogue/main_page.html b/templates/catalogue/main_page.html index 8fe16d1cb..221595fbf 100644 --- a/templates/catalogue/main_page.html +++ b/templates/catalogue/main_page.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load catalogue_tags chunks %} +{% load catalogue_tags chunks cache %} {% block bodyid %}main-page{% endblock %} @@ -17,8 +17,8 @@ {% chunk "site-description" %}
-
-

{{ form.q }} lub zobacz spis utworów w naszym zbiorze

+ +

{{ form.q }} {{ form.tags }} lub zobacz spis utworów w naszym zbiorze

@@ -72,7 +72,7 @@ {% if categories.theme %}

Motywy

@@ -83,6 +83,8 @@

Aktualności z naszego bloga

+ {% cache 1800 latest-blog-posts %} {% latest_blog_posts "http://wolnepodreczniki.pl/feed/?s=Wolne%20Lektury" %} + {% endcache %}
{% endblock %}