Private
Public Access
1
0
Files
rowsandall/rowers/templates/panel_shortcomment.html
2018-03-11 10:54:57 +01:00

14 lines
286 B
HTML

{% load rowerfilters %}
{% load tz %}
<div class="grid_6 suffix_3 alpha">
<table width=100%>
<tr>
<th>Comments</th>
<td>
<a href="/rowers/workout/{{ workout.id }}/comment">Comment ({{ aantalcomments }})</a>
</td>
</tr>
</table>
</div>