Merge branch 'release/v15.9.9'
This commit is contained in:
@@ -9,6 +9,13 @@
|
|||||||
<h1>Training Plans</h1>
|
<h1>Training Plans</h1>
|
||||||
|
|
||||||
<ul class="main-content">
|
<ul class="main-content">
|
||||||
|
<li class="grid_4">
|
||||||
|
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.
|
||||||
|
</li>
|
||||||
{% for plan in plans %}
|
{% for plan in plans %}
|
||||||
<li class="rounder">
|
<li class="rounder">
|
||||||
<h2><a href="/rowers/plans/{{ plan.uuid }}">{{ plan.name }}</a></h2>
|
<h2><a href="/rowers/plans/{{ plan.uuid }}">{{ plan.name }}</a></h2>
|
||||||
|
|||||||
@@ -13,6 +13,11 @@
|
|||||||
<i class="fas fa-bullseye-pointer"></i> Manage Plans
|
<i class="fas fa-bullseye-pointer"></i> Manage Plans
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li id="instant-plans">
|
||||||
|
<a href="/rowers/plans/">
|
||||||
|
<i class="fas fa-calendar-star"></i> Our Plans
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
{% for plan in rower|trainingplans %}
|
{% for plan in rower|trainingplans %}
|
||||||
<li id="plan-{{ plan.id }}">
|
<li id="plan-{{ plan.id }}">
|
||||||
<a href="/rowers/plan/{{ plan.id }}/">
|
<a href="/rowers/plan/{{ plan.id }}/">
|
||||||
|
|||||||
@@ -95,11 +95,15 @@
|
|||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<input class="button green" type="submit" value="Save">
|
<input class="button green" type="submit" value="Save">
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
<li class="grid_2">
|
<li class="grid_2">
|
||||||
<h2>Plans</h2>
|
<h2>Plans</h2>
|
||||||
|
<p>
|
||||||
|
<a href="/rowers/plans/">
|
||||||
|
<i class="fas fa-calendar-star"></i> Our Plans
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
{% if plans %}
|
{% if plans %}
|
||||||
<table width="100%" class="listtable shortpadded">
|
<table width="100%" class="listtable shortpadded">
|
||||||
<thead>
|
<thead>
|
||||||
@@ -139,7 +143,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li class="grid_2">
|
<li class="grid_2">
|
||||||
<h2>Add a plan</h2>
|
<h2>Add a plan</h2>
|
||||||
|
|
||||||
<form id="newplanform"
|
<form id="newplanform"
|
||||||
enctype="multipart/form-data" action="" method="post">
|
enctype="multipart/form-data" action="" method="post">
|
||||||
<table width=100%>
|
<table width=100%>
|
||||||
@@ -147,7 +151,7 @@
|
|||||||
</table>
|
</table>
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<input class="button green" type="submit" value="Save">
|
<input class="button green" type="submit" value="Save">
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|||||||
@@ -332,12 +332,13 @@
|
|||||||
<a href="https://wp.me/P8g86e-Bs">Please take 2 minutes to fill out the survey!</a>
|
<a href="https://wp.me/P8g86e-Bs">Please take 2 minutes to fill out the survey!</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="site-announcement-box">
|
||||||
|
<div class="site-announcement-white">
|
||||||
|
<a href="/rowers/plans/">Need a training plan? Take a look at our NEW training plan section!</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div id="id_blogs">
|
<div id="id_blogs">
|
||||||
</div>
|
</div>
|
||||||
<a href="https://pryglrowing.com">
|
|
||||||
<img src="/static/img/prygl.jpg">
|
|
||||||
<p style="text-align: center">Prygl Rowing Camps</p>
|
|
||||||
</a>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</ad>
|
</ad>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user