X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8fc17a12a92f649f2b9dd8c884a85d1a7232f248..45b36abf753366dd523cae85a8eced7e5c9711e0:/wolnelektury/templates/catalogue/chosen_fragment.html diff --git a/wolnelektury/templates/catalogue/chosen_fragment.html b/wolnelektury/templates/catalogue/chosen_fragment.html new file mode 100755 index 000000000..a23638e98 --- /dev/null +++ b/wolnelektury/templates/catalogue/chosen_fragment.html @@ -0,0 +1,11 @@ +{% load i18n %} +{% load removewholetags from catalogue_tags %} + +{% if fragment %} + +
+ {{ fragment.text|removewholetags:"a"|truncatewords_html:15|safe }} +
+

Adam Mickiewicz, Dziady część III

+
+{% endif %}