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