X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/src/wolnelektury/templates/main_page.html diff --git a/src/wolnelektury/templates/main_page.html b/src/wolnelektury/templates/main_page.html deleted file mode 100755 index f1450cbd6..000000000 --- a/src/wolnelektury/templates/main_page.html +++ /dev/null @@ -1,88 +0,0 @@ -{% extends "base.html" %} -{% load static from staticfiles %} -{% load i18n catalogue_tags infopages_tags social_tags %} -{% load ssi_include from ssify %} - - -{% block title %}{% trans "Wolne Lektury internet library" %}{% endblock %} -{% block ogtitle %}{% trans "Wolne Lektury internet library" %}{% endblock %} - -{% block body %}{% spaceless %} - - {% choose_cite as cite_pk %} - {{ cite_pk.if }} - {% ssi_include 'social_cite_main' pk=cite_pk %} - {{ cite_pk.endif }} - - - -
-

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

-
- {% ssi_include 'chunk' key='promo' %} -
-
- - -
-

{% trans "Recent publications" %}

- {% for book in last_published %} - {% ssi_include 'catalogue_book_mini' pk=book.pk %} - {% endfor %} -
- -
- -
-

{% trans "News" %}

- {% ssi_include 'latest_blog_posts' %} -
- - -
-

{% trans "Utilities" %}

- - -
- - -
-

{% trans "Information" %}

- - - -
- - -{% endspaceless %}{% endblock %} - - -{% block add_footer %}{% spaceless %} -{{ cite_pk.if }} -

{% trans "Image used:" %} - {% ssi_include 'social_cite_info' pk=cite_pk %} -

-{{ cite_pk.endif }} -{% endspaceless %}{% endblock %}