diff options
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> |