fixed some issues regarding template
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user