X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/30b6eeb29c8f1b6696181d219a7ab602e593a50b..fa684e7b11bba7f7fce1c0e7832b34d0b8593db4:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 53d70360c..fac93191c 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -1,99 +1,4 @@ -{% load chunks compressed catalogue_tags %} - - - - - {% block title %}WolneLektury.pl{% endblock %} - - {% compressed_css "all" %} - {% 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 %}