better plan actual comparison
This commit is contained in:
@@ -39,6 +39,8 @@
|
||||
<th align="left">Private/Shared</th>
|
||||
<th align="left">Edit</th>
|
||||
<th align="left">Copy to Calendar</th>
|
||||
<th align="left">Share</th>
|
||||
<th align="left">Lock</th>
|
||||
<th align="left">Delete</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
{% if plan|mayeditplan:request %}
|
||||
<p><a href="/rowers/editplan/{{ plan.id }}">Edit the plan</a></p>
|
||||
{% endif %}
|
||||
<p><a href="/rowers/plan/{{ plan.id }}/execution/">Plan vs Actual chart</a></p>
|
||||
<p><a href="/rowers/plan/{{ plan.id }}/execution/?when={{ plan.startdate|date:'Y-m-d' }}/{{ plan.enddate|date:'Y-m-d' }}/">Plan vs Actual chart</a></p>
|
||||
<p><a href="/rowers/sessions/user/{{ rower.user.id }}?when={{ plan.startdate|date:'Y-m-d' }}/{{ plan.enddate|date:'Y-m-d' }}/">
|
||||
View all sessions
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user