X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8fefd8bdaca07a3f5607de79c081dc0f7876fbc7..cb40f164b028883a2fc061307383d0aa98f8b609:/wolnelektury/templates/catalogue/fragment_short.html diff --git a/wolnelektury/templates/catalogue/fragment_short.html b/wolnelektury/templates/catalogue/fragment_short.html index 9fbe0cb9c..b5921f215 100644 --- a/wolnelektury/templates/catalogue/fragment_short.html +++ b/wolnelektury/templates/catalogue/fragment_short.html @@ -1,4 +1,5 @@ {% load i18n %} +{% load book_title_html from catalogue_tags %}
{% if fragment.short_text %} @@ -21,32 +22,5 @@ ↑ {% trans "Hide fragment" %} ↑ {% endif %}
-

{{ fragment.book.pretty_title }}

+

{% book_title_html fragment.book %}

- - - - - -{% comment %} -{% load catalogue_tags %} -
- {% if fragment.short_text %} -
- {{ fragment.short_text|safe }} - ↓ {% trans "Expand fragment" %} ↓ -
- {% endif %} -
- {{ fragment.text|safe }} - {% if fragment.short_text %} - ↑ {% trans "Hide fragment" %} ↑ - {% endif %} -
-
-

{% book_title_html fragment.book %} - ({% trans "See in a book" %})

-
-
-
-{% endcomment %}