diff --git a/rowers/templates/analysis.html b/rowers/templates/analysis.html index f64f716b..e18454fc 100644 --- a/rowers/templates/analysis.html +++ b/rowers/templates/analysis.html @@ -141,9 +141,9 @@
{% if user|is_planmember %} - Lab + The Labs {% else %} - Lab + The Labs {% endif %}
diff --git a/rowers/templates/laboratory.html b/rowers/templates/laboratory.html new file mode 100644 index 00000000..9b5b2964 --- /dev/null +++ b/rowers/templates/laboratory.html @@ -0,0 +1,41 @@ +{% extends "base.html" %} +{% load staticfiles %} +{% load rowerfilters %} + +{% block title %}Rowsandall - Analysis {% endblock %} + +{% block content %} + +
This is where whacky new ideas are tested
+ + +
+ + {% if user|is_planmember %} + Power Progress + {% else %} + Power Progress + {% endif %} +
++ Monitoring power duration evidence from all your workouts. Feel free to explore. +
+