Private
Public Access
1
0

added comment functionality

This commit is contained in:
Sander Roosendaal
2017-02-17 16:35:34 +01:00
parent 53f51c456f
commit cee6179416
5 changed files with 65 additions and 8 deletions

View File

@@ -29,6 +29,12 @@
</tr><tr>
<th>Weight Category:</th><td>{{ workout.weightcategory }}</td>
</tr>
<tr>
<th>Comments</th>
<td>
<a href="/rowers/workout/{{ workout.id }}/comment">Comment</a>
</td>
</tr>
</table>
<h1>Workout Summary</h1>