Private
Public Access
1
0

multiple athletes for plans and targets

This commit is contained in:
Sander Roosendaal
2018-10-29 20:29:20 +01:00
parent ada4cdb225
commit 8369eb1042
4 changed files with 103 additions and 26 deletions

View File

@@ -71,7 +71,7 @@
<td> {{ plan.startdate }} </td>
<td> {{ plan.enddate }}</td>
<td><a href="/rowers/plan/{{ plan.id }}">{{ plan.name }}</a></td>
<td> {{ plan.status }}</td>
<td> {% if plan.status %} active {% else %} inactive {% endif %}</td>
<td> <a href="/rowers/editplan/{{ plan.id }}">Edit</a></td>
<td> <a href="/rowers/plan/{{ plan.id }}">Plan</a></td>
<td> <a href="/rowers/deleteplan/{{ plan.id }}">Delete</a></td>