summaryrefslogtreecommitdiff
path: root/tbc
diff options
context:
space:
mode:
authorTrupti Rajesh Kini2016-01-25 17:19:13 +0530
committerTrupti Rajesh Kini2016-01-25 17:19:13 +0530
commit9e405686f5e27fbc4ee227cad87223456ae9f703 (patch)
treebb71b617eea0bdd09c6968042d9f1cc3e48c2f6c /tbc
parent5b29bd03f7cdf094561500df0d8da29eef1b00e6 (diff)
downloadPython-TBC-Interface-9e405686f5e27fbc4ee227cad87223456ae9f703.tar.gz
Python-TBC-Interface-9e405686f5e27fbc4ee227cad87223456ae9f703.tar.bz2
Python-TBC-Interface-9e405686f5e27fbc4ee227cad87223456ae9f703.zip
GitHub Link to Books
Linked every book to appropriate link of the git repo[Python-Textbook-Companions]
Diffstat (limited to 'tbc')
-rw-r--r--tbc/templates/tbc/book-details.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/tbc/templates/tbc/book-details.html b/tbc/templates/tbc/book-details.html
index 8c39577..b161c76 100644
--- a/tbc/templates/tbc/book-details.html
+++ b/tbc/templates/tbc/book-details.html
@@ -75,7 +75,10 @@ function redirectToIpynb(notebook)
<td>Reviewer: &nbsp;&nbsp;</td>
<td>{{ book.reviewer.name }}</td>
</tr>
-
+ <tr>
+ <td>GitHub: &nbsp;&nbsp;</td>
+ <td><a href= 'https://github.com/FOSSEE/Python-Textbook-Companions/tree/master/{{book.title.split|join:"_"}}_by_{{book.author.split|join:"_"}}' target="_blank">{{book.title}}</a></td>
+ </tr>
</table>
</div>