diff options
author | Trupti Rajesh Kini | 2017-02-23 10:15:23 +0530 |
---|---|---|
committer | GitHub | 2017-02-23 10:15:23 +0530 |
commit | 27ed5a79a38a9da691594359d018a64a72c36da1 (patch) | |
tree | bce8f1681d41798d03ed58da9ad121c282a5c570 /tbc | |
parent | 26323f1553e9b0ada0cbe27118764e4c49c3511a (diff) | |
download | Python-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.html | 2 |
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 %} |