Private
Public Access
1
0

Thank you page + example workout

This commit is contained in:
Sander Roosendaal
2016-12-16 13:13:59 +01:00
parent a182988702
commit 125e0a72b9
4 changed files with 208 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
{% load analytical %}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<head>
{% 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" />
@@ -15,8 +17,10 @@
<link rel="stylesheet" href="/static/css/960_12_col.css" />
<link rel="stylesheet" href="/static/css/rowsandall.css" />
{% block meta %} {% endblock %}
{% analytical_head_bottom %}
</head>
<body>
<body>
{% analytical_body_top %}
<div class="container_12">
<div id="logo" class="grid_2">
{% if user.rower.rowerplan == 'pro' %}
@@ -178,5 +182,6 @@
</div>
</div>
<!-- end container -->
{% analytical_body_bottom %}
</body>
</html>
</html>