Private
Public Access
1
0

added number of comments to workout_view

This commit is contained in:
Sander Roosendaal
2017-08-24 18:17:24 +02:00
parent dba006892b
commit 90ada3809f
3 changed files with 15 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
<tr>
<th>Comments</th>
<td>
<a href="/rowers/workout/{{ workout.id }}/comment">Comment</a>
<a href="/rowers/workout/{{ workout.id }}/comment">Comment ({{ aantalcomments }})</a>
</td>
</tr>
{% endif %}