form improvements
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user