X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3f84dfec54e97d5d5b4f8a1d37c2a1e8ba8a2933..87ff3f803d2f147e6fa939a99c4c4a4ca6aa965f:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 0cc4ff5dc..fac93191c 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -1,112 +1,4 @@ -{% load chunks compressed catalogue_tags %} - - - - - {% block title %}WolneLektury.pl{% endblock %} - - {% compressed_css "all" %} - {% compressed_js "jquery" %} - {% compressed_js "all" %} - {% block extrahead %} - {% endblock %} - - - -
- {% chunk "top-message" %} -
- -
- {% block body %} - {% endblock %} -
-
- -
-
Zamknij
-
-
-

Zaloguj się / Załóż konto

-

-
    - {% authentication_form %} -
  1. -
-
- -
-
-
-
Zamknij
-
-

* Ładowanie

-
-
- - - - +{% extends "superbase.html" %} + + +{% block ogtitle %}{% block titleextra %}{% endblock %}{% endblock %}