diff options
author | hardythe1 | 2014-03-24 16:39:21 +0530 |
---|---|---|
committer | hardythe1 | 2014-03-24 16:39:21 +0530 |
commit | ee64a6fa938eb8252a142c39549a3a410fe71c1f (patch) | |
tree | d96fd5159673a0e1c5420ae4adebe74617408e08 | |
parent | 21537f708f61dcab72afa7b825c127d26188785d (diff) | |
download | Python-TBC-Interface-ee64a6fa938eb8252a142c39549a3a410fe71c1f.tar.gz Python-TBC-Interface-ee64a6fa938eb8252a142c39549a3a410fe71c1f.tar.bz2 Python-TBC-Interface-ee64a6fa938eb8252a142c39549a3a410fe71c1f.zip |
removing nbviwer
-rw-r--r-- | tbc/templates/tbc/book-review-details.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/templates/tbc/book-review-details.html b/tbc/templates/tbc/book-review-details.html index 6c4fbd0..f2c92de 100644 --- a/tbc/templates/tbc/book-review-details.html +++ b/tbc/templates/tbc/book-review-details.html @@ -13,7 +13,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="{% url 'tbc:ConvertNotebook' chapter.notebook %}">{{ chapter.name }}</a></li> {% endfor %} </ol> <hr> |