From: Radek Czajka Date: Fri, 16 Mar 2012 15:41:15 +0000 (+0100) Subject: template fixes X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/371fe39119227a1a62403d0cce417740e8b82e1a?ds=inline;hp=-c template fixes --- 371fe39119227a1a62403d0cce417740e8b82e1a 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 %}