Remove unused spaceless tags
This commit is contained in:
parent
ee4e6b7ceb
commit
715822e48f
1 changed files with 69 additions and 73 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue