fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix: typo
[wolnelektury.git]
/
apps
/
wolnelektury_core
/
templates
/
superbase.html
diff --git
a/apps/wolnelektury_core/templates/superbase.html
b/apps/wolnelektury_core/templates/superbase.html
index
70eaca8
..
46afe28
100644
(file)
--- a/
apps/wolnelektury_core/templates/superbase.html
+++ b/
apps/wolnelektury_core/templates/superbase.html
@@
-4,6
+4,7
@@
{% load static from staticfiles %}
{% load catalogue_tags funding_tags reporting_stats sponsor_tags %}
{% load chunks %}
{% load static from staticfiles %}
{% load catalogue_tags funding_tags reporting_stats sponsor_tags %}
{% load chunks %}
+ {% load piwik_tags %}
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
@@
-152,11
+153,11
@@
</script>
{% compressed_js "base" %}
</script>
{% compressed_js "base" %}
- {
{ piwik_tag|safe }
}
+ {
% tracking_code %
}
{% block extrabody %}
{% endblock %}
{% block extrabody %}
{% endblock %}
- <script src="{% static "js/modernizr.custom.19652.js" %}"></script>
+ <script src="{% static "js/
contrib/
modernizr.custom.19652.js" %}"></script>
</body>
</html>
</body>
</html>