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>
|
</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>
|
||||||
|
|
Loading…
Reference in a new issue