From: Jan Szejko
Date: Wed, 17 May 2017 12:16:32 +0000 (+0200)
Subject: ISBN in html reader
X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/ad23ae8844ceed4682afd44c840a84d474398791?ds=sidebyside;hp=29d2a68b8dce0551730cbf568cb183a0b1c3f47a
ISBN in html reader
---
diff --git a/src/catalogue/templates/catalogue/book_info.html b/src/catalogue/templates/catalogue/book_info.html
index 948976174..014a9836a 100755
--- a/src/catalogue/templates/catalogue/book_info.html
+++ b/src/catalogue/templates/catalogue/book_info.html
@@ -55,3 +55,9 @@
{{ book.extra_info.cover_by }}.
{% endif %}
+
+{% if book.extra_info.isbn_html %}
+
+ {{ book.extra_info.isbn_html }}
+
+{% endif %}