nitpick - removing 1 space to align tags
This commit is contained in:
parent
06f3e447ca
commit
455f776c25
|
@ -75,7 +75,7 @@ the recursive Jinja loop system comes really in.
|
||||||
{% if this.is_child_of(child) %}
|
{% if this.is_child_of(child) %}
|
||||||
<ul>{{ loop(child.children) }}</ul>
|
<ul>{{ loop(child.children) }}</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue