From 7f07013f943b8a55582762881be7927782034916 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Thu, 13 Feb 2014 15:35:50 +0530 Subject: "adding download link for each chapter"wq --- tbc/templates/tbc/book-details.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tbc/templates/tbc/book-details.html b/tbc/templates/tbc/book-details.html index 38ec6e7..36c3936 100644 --- a/tbc/templates/tbc/book-details.html +++ b/tbc/templates/tbc/book-details.html @@ -7,7 +7,7 @@ {% for image in images %}
-

{{ image.caption }}

+

{{ image.caption }}

{% endfor %} @@ -24,6 +24,9 @@ {{ chapter.name }} + + Download + {% endfor %} -- cgit