Private
Public Access
1
0

small improvements

This commit is contained in:
Sander Roosendaal
2018-10-17 08:04:03 +02:00
parent f6cddd9baa
commit cbe09c95b5
4 changed files with 17 additions and 39 deletions

View File

@@ -1,41 +1,19 @@
{% extends "base.html" %}
{% extends "newbase.html" %}
{% load staticfiles %}
{% load rowerfilters %}
{% block title %}Rowsandall - Analysis {% endblock %}
{% block content %}
{% block main %}
<h1>The Labs</h1>
<h1>The Labs</h1>
<p>This is where whacky new ideas are tested</p>
<div class="grid_12 alpha">
<div class="grid_6 suffix_6 alpha">
<img src="/static/img/rivercurrent.jpg" width="400">
</div>
<div class="grid_6 alpha">
<h2>Basic</h2>
</div>
<div class="grid_6 omega">
<h2>Pro</h2>
<div class="grid_2 alpha">
<p>
{% if user|is_planmember %}
<a class="button blue small" href="/rowers/createplan">Training Target</a>
{% else %}
<a class="button blue small" href="/rowers/promembership">Training Target</a>
{% endif %}
</p>
<p>
Experiments with a training target and plan builder
</p>
</div>
</div>
</div>
<p>Rower: {{ rower.user.first_name }}</p>
{% endblock %}
{% block sidebar %}
{% include 'menu_analytics.html' %}
{% endblock %}