X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/catalogue/templates/catalogue/book_list.html diff --git a/src/catalogue/templates/catalogue/book_list.html b/src/catalogue/templates/catalogue/book_list.html index 1f0d2c573..dabb0ca48 100644 --- a/src/catalogue/templates/catalogue/book_list.html +++ b/src/catalogue/templates/catalogue/book_list.html @@ -1,4 +1,5 @@ {% extends 'base.html' %} +{% load i18n %} {% load catalogue_tags %} {% load thumbnail %} {% load pagination_tags %} @@ -7,7 +8,7 @@ {% block breadcrumbs %} - Katalog + {% trans "Katalog" %} {% if main_tag %} {{ main_tag.get_category_display|title }} {% endif %} @@ -37,7 +38,7 @@
- +
{% for tag in tags %} {% if tag is not main_tag %} @@ -52,7 +53,7 @@
{% if view.get_orderings %}
- Sortuj: + {% trans 'Sortuj:' %}
{% for ordering in view.get_orderings %}