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 %} {% 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-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="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/myicon.png" />
<link rel="shortcut icon" href="/static/img/favicon.ico" /> <link rel="shortcut icon" href="/static/img/favicon.ico" />
@@ -20,7 +19,7 @@
{% analytical_head_bottom %} {% analytical_head_bottom %}
</head> </head>
<body> <body>
{% analytical_body_top %} {% analytical_body_top %}
<div class="container_12"> <div class="container_12">
<div id="logo" class="grid_2"> <div id="logo" class="grid_2">
{% if user.rower.rowerplan == 'pro' %} {% if user.rower.rowerplan == 'pro' %}
@@ -180,8 +179,8 @@
</div> </div>
{% endblock %} {% endblock %}
</div> </div>
</div> </div>
<!-- end container --> <!-- end container -->
{% analytical_body_bottom %} {% analytical_body_bottom %}
</body> </body>
</html> </html>

View File

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