Petite erreur de HTML
This commit is contained in:
parent
99704649b6
commit
6330d2d428
1 changed files with 6 additions and 6 deletions
|
@ -13,23 +13,23 @@
|
||||||
|
|
||||||
|
|
||||||
<h3>Partitions actives</h3>
|
<h3>Partitions actives</h3>
|
||||||
|
<ul class="filelist">
|
||||||
{% for part in active_partitions %}
|
{% for part in active_partitions %}
|
||||||
<ul class="filelist">
|
|
||||||
{% include "partitions/liste_item.html" with part=part %}
|
{% include "partitions/liste_item.html" with part=part %}
|
||||||
</ul>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h3>Partitions à venir</h3>
|
<h3>Partitions à venir</h3>
|
||||||
|
<ul class="filelist">
|
||||||
{% for part in incoming_partitions %}
|
{% for part in incoming_partitions %}
|
||||||
<ul class="filelist">
|
|
||||||
{% include "partitions/liste_item.html" with part=part %}
|
{% include "partitions/liste_item.html" with part=part %}
|
||||||
</ul>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h3>Archives</h3>
|
<h3>Archives</h3>
|
||||||
|
<ul class="filelist">
|
||||||
{% for part in old_partitions %}
|
{% for part in old_partitions %}
|
||||||
<ul class="filelist">
|
|
||||||
{% include "partitions/liste_item.html" with part=part %}
|
{% include "partitions/liste_item.html" with part=part %}
|
||||||
</ul>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue