From 9e405686f5e27fbc4ee227cad87223456ae9f703 Mon Sep 17 00:00:00 2001 From: Trupti Rajesh Kini Date: Mon, 25 Jan 2016 17:19:13 +0530 Subject: GitHub Link to Books Linked every book to appropriate link of the git repo[Python-Textbook-Companions]--- tbc/templates/tbc/book-details.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tbc/templates') 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: </td> <td>{{ book.reviewer.name }}</td> </tr> - + <tr> + <td>GitHub: </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> -- cgit