fnp
/
fnp-django-template.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Django 1.6;
[fnp-django-template.git]
/
src
/
project_name
/
templates
/
base.html
diff --git
a/src/project_name/templates/base.html
b/src/project_name/templates/base.html
index
f96037b
..
075a1b5
100644
(file)
--- a/
src/project_name/templates/base.html
+++ b/
src/project_name/templates/base.html
@@
-3,6
+3,7
@@
{% load i18n static %}
{% load fnp_common fnp_share fnp_lang macros %}
{% load compressed %}
{% load i18n static %}
{% load fnp_common fnp_share fnp_lang macros %}
{% load compressed %}
+{% load piwik_tags %}
{% macro title %}
{% block title %}{% endblock %}
{% macro title %}
{% block title %}{% endblock %}
@@
-27,8
+28,7
@@
<body>
{% block "body" %}{% endblock %}
</div>
<body>
{% block "body" %}{% endblock %}
</div>
- <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.0.min.js" charset="utf-8"></script>
{% compressed_js 'base' %}
{% compressed_js 'base' %}
- {
{ piwik_tag|safe }
}
+ {
% tracking_code %
}
</body>
</html>
</body>
</html>