X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e0de41ae1e67c230ad1e67f34f6f4f76e53d7234..c26ab6ee15974c1133a6d08c459b51199185f25f:/wolnelektury/templates/catalogue/fragment_short.html diff --git a/wolnelektury/templates/catalogue/fragment_short.html b/wolnelektury/templates/catalogue/fragment_short.html deleted file mode 100644 index ccca721de..000000000 --- a/wolnelektury/templates/catalogue/fragment_short.html +++ /dev/null @@ -1,20 +0,0 @@ -{% load i18n %} -
- {% 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 }}, {{ book_authors|join:"," }} - ({% trans "See in a book" %})

-
-
-