summaryrefslogtreecommitdiff
path: root/tbc
diff options
context:
space:
mode:
authorhardythe12013-12-14 15:53:46 +0530
committerhardythe12013-12-14 15:53:46 +0530
commitb9102b56140db8ad81b2b4e3d1dfb99c6bebb3ab (patch)
treeb301a3d898ecf5203d409a2eb0e8f08b6d13b18d /tbc
parent8e01ba34eef9ad1b59effbd4edaac43f327c010d (diff)
downloadPython-TBC-Interface-b9102b56140db8ad81b2b4e3d1dfb99c6bebb3ab.tar.gz
Python-TBC-Interface-b9102b56140db8ad81b2b4e3d1dfb99c6bebb3ab.tar.bz2
Python-TBC-Interface-b9102b56140db8ad81b2b4e3d1dfb99c6bebb3ab.zip
correcting URL error
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 7b76572..9594470 100644
--- a/tbc/templates/tbc/book-details.html
+++ b/tbc/templates/tbc/book-details.html
@@ -14,7 +14,7 @@
<hr>
<ol>
{% for chapter in chapters %}
- <li><a href="http://nbviewer.ipython.org/url/tbc-python.fossee.in/{% static 'uploads/' %}{{ chapter.notebook }}">{{ chapter.name }}</a>
+ <li><a href="http://nbviewer.ipython.org/url/tbc-python.fossee.in{% static 'uploads/' %}{{ chapter.notebook }}">{{ chapter.name }}</a>
{% endfor %}
</ol>
<hr>