Private
Public Access
1
0

wrapping text in some tables

This commit is contained in:
Sander Roosendaal
2018-03-11 10:54:57 +01:00
parent 843a94c579
commit a94912e124
6 changed files with 40 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
{% 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>