From 085abef04e4e3426af5f71a1c639a9d18d1d85f5 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sat, 27 Mar 2021 09:55:21 +0100 Subject: [PATCH] adding links to plans --- rowers/templates/instantplans.html | 7 +++++++ rowers/templates/menu_plan.html | 5 +++++ rowers/templates/trainingplan_create.html | 12 ++++++++---- templates/newbase.html | 9 +++++---- 4 files changed, 25 insertions(+), 8 deletions(-) diff --git a/rowers/templates/instantplans.html b/rowers/templates/instantplans.html index 4d31c7ac..6382fbd5 100644 --- a/rowers/templates/instantplans.html +++ b/rowers/templates/instantplans.html @@ -9,6 +9,13 @@

Training Plans

    +
  • + On this page, you find trusted training plans that work. If you are looking for a plan, this page is for you. + This ever growing list of plans contains a plan for everyone, whether you are a beginning rower or experienced, + irrespective of your current fitness level. Click on a plan to read more and see the sessions. If you're + on a Self-Coach plan or higher, you can get the plan including even more detailed workout instructions + copied straight to your training calendar on this site, with the simple click of a button. +
  • {% for plan in plans %}
  • {{ plan.name }}

    diff --git a/rowers/templates/menu_plan.html b/rowers/templates/menu_plan.html index 820b95f7..765861fa 100644 --- a/rowers/templates/menu_plan.html +++ b/rowers/templates/menu_plan.html @@ -13,6 +13,11 @@  Manage Plans
  • +
  • + +  Our Plans + +
  • {% for plan in rower|trainingplans %}
  • diff --git a/rowers/templates/trainingplan_create.html b/rowers/templates/trainingplan_create.html index b632d8ab..74f81e90 100644 --- a/rowers/templates/trainingplan_create.html +++ b/rowers/templates/trainingplan_create.html @@ -95,11 +95,15 @@ {% csrf_token %} - +
  • Plans

    - +

    + +  Our Plans + +

    {% if plans %} @@ -139,7 +143,7 @@
  • Add a plan

    - +
  • @@ -147,7 +151,7 @@
    {% csrf_token %} - +
diff --git a/templates/newbase.html b/templates/newbase.html index 8cf5e243..5273af76 100644 --- a/templates/newbase.html +++ b/templates/newbase.html @@ -332,12 +332,13 @@ Please take 2 minutes to fill out the survey! +
+
+ Need a training plan? Take a look at our NEW training plan section! +
+
- - -

Prygl Rowing Camps

-
{% endblock %}