Private
Public Access
1
0

better plan actual comparison

This commit is contained in:
Sander Roosendaal
2022-04-12 09:51:12 +02:00
parent 1bdb867564
commit 24592f81ed
5 changed files with 54 additions and 19 deletions

View File

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