X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e390e737951ea78e783070b9729a877945daaa42..3e5e205de804ed078b14bffa16ad11be5a189e20:/templates/catalogue/main_page.html diff --git a/templates/catalogue/main_page.html b/templates/catalogue/main_page.html index b715f478b..db7c95de3 100644 --- a/templates/catalogue/main_page.html +++ b/templates/catalogue/main_page.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load catalogue 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

@@ -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 %}