From 371fe39119227a1a62403d0cce417740e8b82e1a Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Fri, 16 Mar 2012 16:41:15 +0100 Subject: [PATCH] template fixes --- wolnelektury/templates/catalogue/book_wide.html | 2 ++ wolnelektury/templates/superbase.html | 7 +++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/wolnelektury/templates/catalogue/book_wide.html b/wolnelektury/templates/catalogue/book_wide.html index c778caa50..9c5c85697 100644 --- a/wolnelektury/templates/catalogue/book_wide.html +++ b/wolnelektury/templates/catalogue/book_wide.html @@ -20,6 +20,8 @@ +{% else %} +

 

{% endif %} {% endblock %} diff --git a/wolnelektury/templates/superbase.html b/wolnelektury/templates/superbase.html index 95e63b59e..54d05aa06 100644 --- a/wolnelektury/templates/superbase.html +++ b/wolnelektury/templates/superbase.html @@ -45,7 +45,7 @@ {% cache 60 tagline LANGUAGE_CODE %} {% url book_list as b %} - {% url infopage 'o-projekcie' as r %} + {% url infopage 'prawa' as r %} {% count_books book_count %} {% blocktrans count book_count as c %} {{c}} free reading you have right to @@ -126,7 +126,6 @@
- ⚐ {% trans "Language versions" %}
{% for lang in LANGUAGES %} @@ -197,7 +196,7 @@ {% compressed_js "base" %} - + {% block extrabody %} {% endblock %} -- 2.20.1