X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3768325f42689394f4639ff92e3cc483670c0d17..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 acfd79c44..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 %} - -
- {% cit\e_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:" %} -books about architecture, -saikofish@Flickr, -CC BY NC SA. -

-{% endblock %}