diff options
author | kinitrupti | 2016-11-08 16:49:03 +0530 |
---|---|---|
committer | kinitrupti | 2016-11-08 16:49:03 +0530 |
commit | bc97050020b35ecc7377e7874002d76eabb0d14a (patch) | |
tree | 6f1717bdceaf03e142ab4e4a78d4e0da5f8a3eab /tbc/templates | |
parent | 9b564418c062ea43e465eebc7ac5ffd865556507 (diff) | |
download | Python-TBC-Interface-bc97050020b35ecc7377e7874002d76eabb0d14a.tar.gz Python-TBC-Interface-bc97050020b35ecc7377e7874002d76eabb0d14a.tar.bz2 Python-TBC-Interface-bc97050020b35ecc7377e7874002d76eabb0d14a.zip |
Hitcount update
Diffstat (limited to 'tbc/templates')
-rw-r--r-- | tbc/templates/tbc/book-details.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tbc/templates/tbc/book-details.html b/tbc/templates/tbc/book-details.html index 0119117..579b2db 100644 --- a/tbc/templates/tbc/book-details.html +++ b/tbc/templates/tbc/book-details.html @@ -3,7 +3,7 @@ {% block script %} {% load staticfiles %} -<script src="{% static 'hitcount/jquery.postcsrf.js' %}"></script> +<script src="{% static 'js/jquery.postcsrf.js' %}"></script> {% load hitcount_tags %} {% get_hit_count_js_variables for book as hitcount %} @@ -98,11 +98,12 @@ function redirectToIpynb(notebook) <td>GitHub: </td> <td><a href= 'https://github.com/FOSSEE/Python-Textbook-Companions/tree/master/{{ book.title.split|join:"_" }}_by_{{ book.author.split|join:"_" }}' target="_blank">{{ book.title }}</a></td> </tr> -<tr> +<!--<tr> <td>Page Hits: </td> <td>{% get_hit_count for book %}</td> </tr> +--> </table> </div> |