Private
Public Access
1
0

Merge branch 'release/v15.9.9'

This commit is contained in:
Sander Roosendaal
2021-03-27 11:34:36 +01:00
4 changed files with 25 additions and 8 deletions

View File

@@ -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>

View File

@@ -13,6 +13,11 @@
<i class="fas fa-bullseye-pointer"></i>&nbsp;Manage Plans <i class="fas fa-bullseye-pointer"></i>&nbsp;Manage Plans
</a> </a>
</li> </li>
<li id="instant-plans">
<a href="/rowers/plans/">
<i class="fas fa-calendar-star"></i>&nbsp;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 }}/">

View File

@@ -99,7 +99,11 @@
</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>&nbsp;Our Plans
</a>
</p>
{% if plans %} {% if plans %}
<table width="100%" class="listtable shortpadded"> <table width="100%" class="listtable shortpadded">
<thead> <thead>

View File

@@ -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>