X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ddaff853c515ef7d188523d9ef17d271901dd581..ae60b2a3949e96357477cc04f90fd0873cee8a92:/apps/wolnelektury_core/templates/main_page.html diff --git a/apps/wolnelektury_core/templates/main_page.html b/apps/wolnelektury_core/templates/main_page.html deleted file mode 100755 index f9ff45ec4..000000000 --- a/apps/wolnelektury_core/templates/main_page.html +++ /dev/null @@ -1,96 +0,0 @@ -{% extends "base.html" %} -{% load static from staticfiles %} -{% 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 %} - - -
-

- {% trans "What's new?" %} -

-
- {% chunk "promo" %} -
-
- - -

{% trans "Recent publications" %}

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

{% trans "News" %}

- {# 135 is the id of new publications category of our master blog. perhaps this URL should go to settings. #} - {% cache 1800 latest-blog-posts %} - {% latest_blog_posts "http://nowoczesnapolska.org.pl/feed/?cat=-135" %} - {% 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 %}