X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f43bad97b17e376293c0a72e9c1726733fc285fa..c26ab6ee15974c1133a6d08c459b51199185f25f:/wolnelektury/templates/main_page.html diff --git a/wolnelektury/templates/main_page.html b/wolnelektury/templates/main_page.html deleted file mode 100755 index bcd2c75ca..000000000 --- a/wolnelektury/templates/main_page.html +++ /dev/null @@ -1,78 +0,0 @@ -{% extends "base.html" %} -{% load cache chunks i18n catalogue_tags infopages_tags social_tags %} - - -{% block title %}{% trans "Wolne Lektury internet library" %}{% endblock %} - -{% block body %} - -
- {% cite_promo %} -
- - {% spaceless %} - - -
- {% chunk "promo" %} -
- - -

Ostatnie publikacje

- {% cache 60 last-published-on-main %} - {% for book in last_published %} - {% book_mini book %} - {% endfor %} - {% endcache %} - -
- -
-

Aktualności

- {% cache 1800 latest-blog-posts %} - {% latest_blog_posts "http://nowoczesnapolska.org.pl/category/wolne-lektury/feed/" %} - {% endcache %} -
- - -
-

Narzędzia

- - -
- - -
-

Informacje

- {% cache 60 infopages-on-main LANGUAGE_CODE %} - {% infopages_on_main %} - {% endcache %} - - -
- - - {% endspaceless %} - -{% endblock %} - - -{% block add_footer %} -

{% trans "Image used:" %} -Blue Stripes, -webtreats@Flickr, -CC BY. -

-{% endblock %}