small improvements
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user