From 27ed5a79a38a9da691594359d018a64a72c36da1 Mon Sep 17 00:00:00 2001 From: Trupti Rajesh Kini Date: Thu, 23 Feb 2017 10:15:23 +0530 Subject: Download individual chapter bug Fixed--- tbc/templates/tbc/book-details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tbc/templates') diff --git a/tbc/templates/tbc/book-details.html b/tbc/templates/tbc/book-details.html index 579b2db..61b4bcb 100644 --- a/tbc/templates/tbc/book-details.html +++ b/tbc/templates/tbc/book-details.html @@ -57,7 +57,7 @@ function redirectToIpynb(notebook) {{ chapter.name }} - Download + Download {% endfor %} -- cgit