guter anfang...

This commit is contained in:
L3D 2019-02-15 22:51:13 +01:00
parent 27adecceff
commit 462eb1a8ff
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -65,7 +65,7 @@
if this.render_tourdaten %}
<div class="table-wrapper">
<div class="table-wrapper">
<thead>
<table><thead>
<tr>
<th>Datum</th>
<th>Veranstaltung</th>
@ -81,7 +81,11 @@
<th>{{ blk.start.strftime('%d.%m') }} - {{ blk.ende.strftime('%d.%m.%Y') }}
<th>{{ blk.event }}</th>
<th></th>
{% endfor %}{%
</tr>{%
endfor %}
</tbody>
</table>
</div>{%
endif %}{%
endfor %}
{% endif %}