Private
Public Access
1
0

basic plan page and edit macro cycle

This commit is contained in:
Sander Roosendaal
2018-09-08 17:21:35 +02:00
parent a99ac4f5b3
commit 7774f4159f
5 changed files with 171 additions and 5 deletions

View File

@@ -83,7 +83,7 @@
<tr>
<td> {{ plan.startdate }} </td>
<td> {{ plan.enddate }}</td>
<td> {{ plan.name }}</td>
<td><a href="/rowers/plan/{{ plan.id }}">{{ plan.name }}</a></td>
<td> <a href="/rowers/editplan/{{ plan.id }}">Edit</a>
<td> <a href="/rowers/deleteplan/{{ plan.id }}">Delete</a>
</tr>