fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1d2823b
)
fix piwik in viewer base
author
Jan Szejko
<j-sz@o2.pl>
Tue, 1 Mar 2016 10:46:22 +0000
(11:46 +0100)
committer
Jan Szejko
<j-sz@o2.pl>
Tue, 1 Mar 2016 10:46:22 +0000
(11:46 +0100)
src/catalogue/templates/catalogue/viewer_base.html
patch
|
blob
|
history
diff --git
a/src/catalogue/templates/catalogue/viewer_base.html
b/src/catalogue/templates/catalogue/viewer_base.html
index
416b9de
..
2f2394b
100644
(file)
--- a/
src/catalogue/templates/catalogue/viewer_base.html
+++ b/
src/catalogue/templates/catalogue/viewer_base.html
@@
-2,6
+2,7
@@
{% load i18n %}
{% load static from staticfiles %}
{% load pipeline %}
+{% load piwik_tags %}
<html class="no-js">
<head>
<meta charset="utf-8">
@@
-67,7
+68,7
@@
</script>
{% javascript "book_text" %}
- {
{ piwik_tag|safe }
}
+ {
% tracking_code %
}
{% block extrabody %}{% endblock %}
<script src="{% static "js/contrib/modernizr.custom.19652.js" %}"></script>
</body>