fixed some issues regarding template

This commit is contained in:
2016-06-10 17:54:59 +02:00
parent 538f6262fd
commit c02f137c0b
2 changed files with 3 additions and 3 deletions

View File

@@ -137,7 +137,7 @@
</tr>
{% for mate in tipp_mates %}
<tr>
<td>{{ mate.mate }}</td>
<td>{{ mate.mate.first_name }}</td>
<td>{{ mate.sum_score }}</td>
{% for tipp in mate.tipps %}
<td>{{ tipp }}</td>