X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f88f26e37b7f97e31ff75742eecd21d7f3fe4f16..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 f92028fb3..000000000 --- a/wolnelektury/templates/main_page.html +++ /dev/null @@ -1,79 +0,0 @@ -{% extends "base.html" %} -{% load cache chunks i18n catalogue_tags infopages_tags social_tags %} - - -{% block title %}{% trans "Wolne Lektury internet library" %}{% endblock %} -{% block ogtitle %}{% trans "Wolne Lektury internet library" %}{% endblock %} - -{% block body %} - -
- {% cite_promo %} -
- - {% spaceless %} - - -
- {% chunk "promo" %} -
- - -

{% trans "Recent publications" %}

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

{% trans "News" %}

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

{% trans "Utilities" %}

- - -
- - -
-

{% trans "Information" %}

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

{% trans "Image used:" %} -Hardcover book gutter and pages, -Horia Varlan@Flickr, -CC BY. -

-{% endblock %}