Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2016-12-21 12:37:39 +01:00
parent ddc6a32606
commit cf78976d00
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,6 @@
{% analytical_head_top %}
<link rel="stylesheet" href="/static/css/bokeh-0.12.3.min.css" type="text/css" />
<link rel="stylesheet" href="/static/css/bokeh-widgets-0.12.3.min.css" type="text/css" />
<link rel="shortcut icon" href="/static/img/myicon.png" />
<link rel="shortcut icon" href="/static/img/favicon.ico" />
@@ -20,7 +19,7 @@
{% analytical_head_bottom %}
</head>
<body>
{% analytical_body_top %}
{% analytical_body_top %}
<div class="container_12">
<div id="logo" class="grid_2">
{% if user.rower.rowerplan == 'pro' %}
@@ -180,8 +179,8 @@
</div>
{% endblock %}
</div>
</div>
<!-- end container -->
</div>
<!-- end container -->
{% analytical_body_bottom %}
</body>
</html>

View File

@@ -282,3 +282,4 @@ REST_FRAMEWORK = {
# Analytics
CLICKY_SITE_ID = '101011008'