summaryrefslogtreecommitdiff
path: root/tbc
diff options
context:
space:
mode:
authorkinitrupti2015-10-18 15:41:29 +0530
committerkinitrupti2015-10-26 20:49:35 +0530
commitd570db11da9dd106417cb17d2e38765f14477924 (patch)
tree56d55636a7e42bef9896a1a679474ef647c3d168 /tbc
parente1fda4bf471841b805828fd26692dd3f09ee600d (diff)
downloadPython-TBC-Interface-d570db11da9dd106417cb17d2e38765f14477924.tar.gz
Python-TBC-Interface-d570db11da9dd106417cb17d2e38765f14477924.tar.bz2
Python-TBC-Interface-d570db11da9dd106417cb17d2e38765f14477924.zip
ISBN link
Diffstat (limited to 'tbc')
-rw-r--r--tbc/templates/tbc/book-details.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/templates/tbc/book-details.html b/tbc/templates/tbc/book-details.html
index 470870c..6f48cf7 100644
--- a/tbc/templates/tbc/book-details.html
+++ b/tbc/templates/tbc/book-details.html
@@ -57,7 +57,7 @@ function redirectToIpynb(notebook)
</tr>
<tr>
<td>ISBN: &nbsp;&nbsp;</td>
- <td>{{ book.isbn }}</td>
+ <td><a href= http://www.isbnsearch.org/isbn/{{book.isbn}} target="_blank">{{book.isbn }}</a></td>
</tr>
<tr>
<td>Contributor: &nbsp;&nbsp;</td>