From 2c457040ee4c32e91641854c6d409fec8e84752e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20St=C4=99pniowski?= Date: Thu, 9 Oct 2008 22:35:26 +0200 Subject: [PATCH] Added extra book information to book_detail.html template. --- wolnelektury/templates/catalogue/book_detail.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index a61396af3..028ac62a8 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -12,6 +12,7 @@
+

Na podstawie: {{ book.extra_info.source_name }}

{% if book.has_description %}
{{ book.description|safe }} @@ -79,6 +80,9 @@ {{ tag }} {% endfor %} +
  • Lektura na wiki projektu
  • +
  • Lektura w CBN Polona
  • +
  • Kod źródłowy utworu (XML)
  • -- 2.20.1