summaryrefslogtreecommitdiff
path: root/tbc
diff options
context:
space:
mode:
authorTrupti Rajesh Kini2016-01-25 11:55:35 +0530
committerTrupti Rajesh Kini2016-01-25 11:55:35 +0530
commitf2c13ce63f8f3be4612091eec786896c60575cf6 (patch)
tree53d362294d397bd212db3aee83ee5cb81b997994 /tbc
parent6194a1d266fad2db2d4ce8abcf7da87c8aed0dee (diff)
downloadPython-TBC-Interface-f2c13ce63f8f3be4612091eec786896c60575cf6.tar.gz
Python-TBC-Interface-f2c13ce63f8f3be4612091eec786896c60575cf6.tar.bz2
Python-TBC-Interface-f2c13ce63f8f3be4612091eec786896c60575cf6.zip
Update book-details.html
Diffstat (limited to 'tbc')
-rw-r--r--tbc/templates/tbc/book-details.html16
1 files changed, 4 insertions, 12 deletions
diff --git a/tbc/templates/tbc/book-details.html b/tbc/templates/tbc/book-details.html
index 6f48cf7..8c39577 100644
--- a/tbc/templates/tbc/book-details.html
+++ b/tbc/templates/tbc/book-details.html
@@ -1,6 +1,6 @@
{% extends 'base.html' %}
{% load static %}
-{% load hitcount_tags %}
+
{% block script %}
<script>
function redirectToIpynb(notebook)
@@ -77,16 +77,8 @@ function redirectToIpynb(notebook)
</tr>
</table>
-{% get_hit_count_js_variables for book as hitcount %}
-{% get_hit_count for book as total_hits %}
-<div class="row">
-<dl class="dl-horizontal">
-<dt>Total Hits:</dt>
-<dd>{{ total_hits }}</dd>
-</dl>
+
</div>
-{%endblock%}
-{% block hitcount_javascript %}
-{% insert_hit_count_js_variables for book %}
+
{% endblock %}
-</div>
+