diff options
author | hardythe1 | 2014-08-25 18:24:55 +0530 |
---|---|---|
committer | hardythe1 | 2014-08-25 18:24:55 +0530 |
commit | 5708c717d295ade39cbd2164376af972361d2dee (patch) | |
tree | c1449c73ffc41f6599082cdeffa27d0c4ad09391 /tbc | |
parent | 58aad0e1af6e54c09cd6700d8385d3c328160b5c (diff) | |
download | Python-TBC-Interface-5708c717d295ade39cbd2164376af972361d2dee.tar.gz Python-TBC-Interface-5708c717d295ade39cbd2164376af972361d2dee.tar.bz2 Python-TBC-Interface-5708c717d295ade39cbd2164376af972361d2dee.zip |
removed links to ipynb server & added to the custom js
Diffstat (limited to 'tbc')
-rw-r--r-- | tbc/templates/tbc/book-details.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tbc/templates/tbc/book-details.html b/tbc/templates/tbc/book-details.html index 3099063..415666d 100644 --- a/tbc/templates/tbc/book-details.html +++ b/tbc/templates/tbc/book-details.html @@ -37,9 +37,6 @@ function redirectToIpynb(notebook) <td> <a href="{% static 'uploads/' %}{{ chapter.notebook }}">Download</a> </td> - <td> - <a href="{% url 'tbc:RedirectToIpynb' chapter.notebook %}">Edit examples of this chapter</a> - </td> </tr> {% endfor %} </table> |