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>
|
||||
<ul class="filelist">
|
||||
{% for part in active_partitions %}
|
||||
<ul class="filelist">
|
||||
{% include "partitions/liste_item.html" with part=part %}
|
||||
</ul>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<h3>Partitions à venir</h3>
|
||||
<ul class="filelist">
|
||||
{% for part in incoming_partitions %}
|
||||
<ul class="filelist">
|
||||
{% include "partitions/liste_item.html" with part=part %}
|
||||
</ul>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<h3>Archives</h3>
|
||||
<ul class="filelist">
|
||||
{% for part in old_partitions %}
|
||||
<ul class="filelist">
|
||||
{% include "partitions/liste_item.html" with part=part %}
|
||||
</ul>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue