add missing <tr> tags

This commit is contained in:
Thomas Steen Rasmussen 2018-08-19 18:33:31 +02:00
parent fe4fdd06b0
commit f408b0955a

View file

@ -31,11 +31,13 @@ Your Secret Tokens | {{ block.super }}
</tr>
{% endfor %}
{% for unfound in unfound_list %}
<tr>
<td>{{ unfound.camp.title }}</td>
<td>-</td>
<td>{{ unfound.category }}</td>
<td>-</td>
<td>-</td>
</tr>
{% endfor %}
</tbody>
</table>