Remove unused spaceless tags

This commit is contained in:
Edgar P. Burkhart 2023-12-30 10:18:17 +01:00
parent ee4e6b7ceb
commit 715822e48f
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 69 additions and 73 deletions

View File

@ -18,7 +18,6 @@
</tr>
</thead>
<tbody>
{% spaceless %}
{% for y in history.years reversed %}
{% for date in y.d reversed %}
{% ifchanged %}
@ -71,7 +70,6 @@
{% endifchanged %}
{% endfor %}
{% endfor %}
{% endspaceless %}
</tbody>
</table>
</div>
@ -95,7 +93,6 @@
</tr>
</thead>
<tbody>
{% spaceless %}
{% for year in history.years reversed %}
<tr>
<th>{{ year.y }}</th>
@ -116,7 +113,6 @@
{% endfor %}
</tr>
{% endfor %}
{% endspaceless %}
</tbody>
</table>
</div>