Private
Public Access
1
0
Files
rowsandall/rowers/templates/panel_shortcomment.html
2019-02-14 10:40:58 +01:00

16 lines
293 B
HTML

{% load rowerfilters %}
{% load tz %}
<ul class="main-content">
<li>
<table width=100%>
<tr>
<th>Comments</th>
<td>
<a href="/rowers/workout/{{ workout.id|encode }}/comment">Comment ({{ aantalcomments }})</a>
</td>
</tr>
</table>
</li>
</ul>