X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e390e737951ea78e783070b9729a877945daaa42..2f1c330e555c24deb17b7d6018b59c52dab7aafd:/templates/catalogue/main_page.html diff --git a/templates/catalogue/main_page.html b/templates/catalogue/main_page.html deleted file mode 100644 index b715f478b..000000000 --- a/templates/catalogue/main_page.html +++ /dev/null @@ -1,88 +0,0 @@ -{% extends "base.html" %} -{% load catalogue chunks %} - -{% block bodyid %}main-page{% endblock %} - -{% block extrahead %} - -{% endblock %} - -{% block body %} -
- {% chunk "site-description" %} -
-
-
-

{{ form.q }} lub zobacz spis utworów w naszym zbiorze

-
- -
-
- {% if categories.set %} -

Zestawy

- - {% endif %} - - {% if categories.author %} -

Autorzy

- - {% endif %} - - {% if categories.epoch %} -

Epoki

- - {% endif %} - - {% if categories.kind %} -

Rodzaje

- - {% endif %} - - {% if categories.genre %} -

Gatunki literackie

- - {% endif %} -
-
- {% if categories.theme %} -

Motywy

- - {% endif %} -
-
-
- -
-

Aktualności z naszego bloga

- {% latest_blog_posts "http://wolnepodreczniki.pl/feed/?s=Wolne%20Lektury" %} -
-{% endblock %}