summaryrefslogtreecommitdiff
path: root/tbc
diff options
context:
space:
mode:
authorTrupti Rajesh Kini2017-02-23 10:15:23 +0530
committerGitHub2017-02-23 10:15:23 +0530
commit27ed5a79a38a9da691594359d018a64a72c36da1 (patch)
treebce8f1681d41798d03ed58da9ad121c282a5c570 /tbc
parent26323f1553e9b0ada0cbe27118764e4c49c3511a (diff)
downloadPython-TBC-Interface-27ed5a79a38a9da691594359d018a64a72c36da1.tar.gz
Python-TBC-Interface-27ed5a79a38a9da691594359d018a64a72c36da1.tar.bz2
Python-TBC-Interface-27ed5a79a38a9da691594359d018a64a72c36da1.zip
Download individual chapter bug
Fixed
Diffstat (limited to 'tbc')
-rw-r--r--tbc/templates/tbc/book-details.html2
1 files changed, 1 insertions, 1 deletions
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)
<a href="{% url 'tbc:convert_notebook' chapter.notebook %}">{{ chapter.name }}</a>
</td>
<td>
- <a href="{% static 'uploads/' %}{{ chapter.notebook }}">Download</a>
+ <a href="{% static 'Python-Textbook-Companions/' %}{{ chapter.notebook }}">Download</a>
</td>
</tr>
{% endfor %}