Private
Public Access
1
0

bugfix comment notification

This commit is contained in:
Sander Roosendaal
2017-02-17 19:10:26 +01:00
parent d0506bf51a
commit b7b3518de2
2 changed files with 5 additions and 3 deletions

View File

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