diff options
author | hardythe1 | 2013-12-15 02:52:44 +0530 |
---|---|---|
committer | hardythe1 | 2013-12-15 02:52:44 +0530 |
commit | 6d5aa1c7d28abac315d0a443be683f4f8b0132e7 (patch) | |
tree | 6367ab5c6297710456cdc870ba0eb116c3f83aac /tbc/templates | |
parent | 5af6ad58e7ea0b20b0a676ffdaf6e9ebcd3c8100 (diff) | |
download | Python-TBC-Interface-6d5aa1c7d28abac315d0a443be683f4f8b0132e7.tar.gz Python-TBC-Interface-6d5aa1c7d28abac315d0a443be683f4f8b0132e7.tar.bz2 Python-TBC-Interface-6d5aa1c7d28abac315d0a443be683f4f8b0132e7.zip |
correcting wrongly written URL
Diffstat (limited to 'tbc/templates')
-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 c2780d4..38ec6e7 100644 --- a/tbc/templates/tbc/book-details.html +++ b/tbc/templates/tbc/book-details.html @@ -22,7 +22,7 @@ {{ forloop.counter }} </td> <td> - <a href="https://nbviewer.ipython.org/url/dev.fossee.in{% static 'uploads/' %}{{ chapter.notebook }}">{{ chapter.name }}</a> + <a href="http://nbviewer.ipython.org/url/tbc-python.fossee.in{% static 'uploads/' %}{{ chapter.notebook }}">{{ chapter.name }}</a> </td> </tr> {% endfor %} |