fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
29d2a68
)
ISBN in html reader
author
Jan Szejko
<janek37@gmail.com>
Wed, 17 May 2017 12:16:32 +0000
(14:16 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Wed, 17 May 2017 12:16:32 +0000
(14:16 +0200)
src/catalogue/templates/catalogue/book_info.html
patch
|
blob
|
history
diff --git
a/src/catalogue/templates/catalogue/book_info.html
b/src/catalogue/templates/catalogue/book_info.html
index
9489761
..
014a983
100755
(executable)
--- a/
src/catalogue/templates/catalogue/book_info.html
+++ b/
src/catalogue/templates/catalogue/book_info.html
@@
-55,3
+55,9
@@
<a href="{{ book.extra_info.cover_source }}">{{ book.extra_info.cover_by }}</a>.
</p>
{% endif %}
+
+{% if book.extra_info.isbn_html %}
+ <p>
+ {{ book.extra_info.isbn_html }}
+ </p>
+{% endif %}