summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardythe12014-03-24 16:39:21 +0530
committerhardythe12014-03-24 16:39:21 +0530
commitee64a6fa938eb8252a142c39549a3a410fe71c1f (patch)
treed96fd5159673a0e1c5420ae4adebe74617408e08
parent21537f708f61dcab72afa7b825c127d26188785d (diff)
downloadPython-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.html2
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>