diff options
author | kinitrupti | 2015-10-18 15:41:29 +0530 |
---|---|---|
committer | kinitrupti | 2015-10-26 20:49:35 +0530 |
commit | d570db11da9dd106417cb17d2e38765f14477924 (patch) | |
tree | 56d55636a7e42bef9896a1a679474ef647c3d168 /tbc | |
parent | e1fda4bf471841b805828fd26692dd3f09ee600d (diff) | |
download | Python-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.html | 2 |
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: </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: </td> |