diff options
author | hardythe1 | 2014-03-12 18:22:01 +0530 |
---|---|---|
committer | hardythe1 | 2014-03-12 18:22:01 +0530 |
commit | 6191d17041db1e1bebd5406b22ee4d9f4fd7e6ec (patch) | |
tree | e3882440d084c12ae5d555a1582a71ffff73ab2e | |
parent | 105de20e0b27990fe6cec612e42f2bd145bb0436 (diff) | |
download | Python-TBC-Interface-6191d17041db1e1bebd5406b22ee4d9f4fd7e6ec.tar.gz Python-TBC-Interface-6191d17041db1e1bebd5406b22ee4d9f4fd7e6ec.tar.bz2 Python-TBC-Interface-6191d17041db1e1bebd5406b22ee4d9f4fd7e6ec.zip |
removing link to nbviewer
-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 8df1322..9938857 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="http://nbviewer.ipython.org/url/tbc-python.fossee.in{% static 'uploads/' %}{{ chapter.notebook }}">{{ chapter.name }}</a> + <a href="{% url 'tbc:ConvertNotebook' chapter.notebook %}">{{ chapter.name }}</a> </td> <td> <a href="{% static 'uploads/' %}{{ chapter.notebook }}">Download</a> |