Private
Public Access
1
0

form improvements

This commit is contained in:
Sander Roosendaal
2021-03-26 02:44:39 +01:00
parent 3bdcac6963
commit cf4dd9e128
3 changed files with 24 additions and 10 deletions

View File

@@ -36,12 +36,16 @@
{% if form %}
<li class="grid_2">
<p>
When you submit this form, a training plan will be created based on {{ plan.name }}, ending at your target date,
and the sessions will be copied to your session calendar.
When you submit this form, a training plan will be created based on {{ plan.name }}. The sessions
will be copied to your training calendar.
</p>
<p>
You can select the end date manually or use the training target (if you have any), and the plan will start at
the date it needs to complete in time.
You can plan by when you want the plan to start or by when you want it to
be done.
</p>
<p>
If you have <a href="/rowers/createplan/">set a training target</a>, you can also ask to plan by that target. Select the
target from the targets list, and select "plan by target".
</p>
{% if plan.price == 0 %}
<form enctype="multipart/form-data" action="" method="post">