Private
Public Access
1
0

adding template edit functionality

This commit is contained in:
Sander Roosendaal
2020-02-01 15:25:52 +01:00
parent 170fb3c8b6
commit aca8f28457
8 changed files with 346 additions and 12 deletions

View File

@@ -108,6 +108,7 @@
<th>Name</th>
<th>Value</th>
<th>&nbsp;</th>
<th>Edit</th>
<th>Delete</th>
</tr>
</thead>
@@ -125,6 +126,9 @@
</td>
<td> {{ ps.sessionvalue }} </td>
<td> {{ ps.sessionunit }} </td>
<td>
<a class="small" href="/rowers/sessions/{{ ps.id }}/templateedit/">Edit Template</a>
</td>
<td>
<a class="small" href="/rowers/sessions/{{ ps.id }}/deleteconfirm/">Delete</a>
</td>