diff options
author | hardythe1 | 2013-12-14 15:53:46 +0530 |
---|---|---|
committer | hardythe1 | 2013-12-14 15:53:46 +0530 |
commit | b9102b56140db8ad81b2b4e3d1dfb99c6bebb3ab (patch) | |
tree | b301a3d898ecf5203d409a2eb0e8f08b6d13b18d /tbc | |
parent | 8e01ba34eef9ad1b59effbd4edaac43f327c010d (diff) | |
download | Python-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.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 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> |