X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/catalogue/templates/catalogue/author_box.html diff --git a/src/catalogue/templates/catalogue/author_box.html b/src/catalogue/templates/catalogue/author_box.html index 3b474bf79..934d52aa7 100644 --- a/src/catalogue/templates/catalogue/author_box.html +++ b/src/catalogue/templates/catalogue/author_box.html @@ -1,10 +1,11 @@ +{% load i18n %}

- {% if tag.category == 'author' %}O autorze - {% elif tag.category == 'kind' %}O rodzaju - {% elif tag.category == 'genre' %}O gatunku - {% elif tag.category == 'epoch' %}O epoce - {% elif tag.category == 'set' %}Półka + {% if tag.category == 'author' %}{% trans "O autorze" %} + {% elif tag.category == 'kind' %}{% trans "O rodzaju" %} + {% elif tag.category == 'genre' %}{% trans "O gatunku" %} + {% elif tag.category == 'epoch' %}{% trans "O epoce" %} + {% elif tag.category == 'set' %}{% trans "Półka" %} {% endif %}

@@ -21,11 +22,11 @@ {% load chunks %} {% chunk 'polka-how-to' %} {% else %} -

{{ tag.name }}

-
- {{ tag.description|safe }} -
- +

{{ tag.name }}

+
+ {{ tag.description|safe }} +
+ {% endif %}