Private
Public Access
1
0

adding links to plans

This commit is contained in:
Sander Roosendaal
2021-03-27 09:55:21 +01:00
parent cf4dd9e128
commit 085abef04e
4 changed files with 25 additions and 8 deletions

View File

@@ -9,6 +9,13 @@
<h1>Training Plans</h1>
<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 %}
<li class="rounder">
<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
</a>
</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 %}
<li id="plan-{{ plan.id }}">
<a href="/rowers/plan/{{ plan.id }}/">

View File

@@ -95,11 +95,15 @@
{% csrf_token %}
<input class="button green" type="submit" value="Save">
</form>
</li>
<li class="grid_2">
<h2>Plans</h2>
<p>
<a href="/rowers/plans/">
<i class="fas fa-calendar-star"></i>&nbsp;Our Plans
</a>
</p>
{% if plans %}
<table width="100%" class="listtable shortpadded">
<thead>
@@ -139,7 +143,7 @@
</li>
<li class="grid_2">
<h2>Add a plan</h2>
<form id="newplanform"
enctype="multipart/form-data" action="" method="post">
<table width=100%>
@@ -147,7 +151,7 @@
</table>
{% csrf_token %}
<input class="button green" type="submit" value="Save">
</li>
</ul>

View File

@@ -332,12 +332,13 @@
<a href="https://wp.me/P8g86e-Bs">Please take 2 minutes to fill out the survey!</a>
</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>
<a href="https://pryglrowing.com">
<img src="/static/img/prygl.jpg">
<p style="text-align: center">Prygl Rowing Camps</p>
</a>
{% endblock %}
</ad>