diff options
author | ankitjavalkar | 2015-10-26 15:29:17 +0530 |
---|---|---|
committer | ankitjavalkar | 2015-10-26 15:29:17 +0530 |
commit | 1f85209fb1244224c8ec80e4824e218503bfe074 (patch) | |
tree | 56d55636a7e42bef9896a1a679474ef647c3d168 /tbc/templates | |
parent | e1fda4bf471841b805828fd26692dd3f09ee600d (diff) | |
parent | d570db11da9dd106417cb17d2e38765f14477924 (diff) | |
download | Python-TBC-Interface-1f85209fb1244224c8ec80e4824e218503bfe074.tar.gz Python-TBC-Interface-1f85209fb1244224c8ec80e4824e218503bfe074.tar.bz2 Python-TBC-Interface-1f85209fb1244224c8ec80e4824e218503bfe074.zip |
Merge pull request #23 from kinitrupti/ISBN-link
ISBN link
Diffstat (limited to 'tbc/templates')
-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> |