fix kfet home template

This commit is contained in:
Aurélien Delobelle 2017-04-06 00:00:53 +02:00
parent ebf948d042
commit c849306a32

View file

@ -23,6 +23,7 @@
<div class="column-row">
<div class="column-sm-1 column-md-2 column-lg-3">
<div class="unbreakable carte-inverted">
{% if pressions %}
<h3>Pressions du moment</h3>
<ul class="carte">
{% for article in pressions %}
@ -33,6 +34,7 @@
</li>
{% endfor %}
</ul>
{% endif %}
</div><!-- endblock unbreakable -->
{% for article in articles %}
{% ifchanged article.category %}
@ -49,7 +51,7 @@
<span class="carte-label">{{ article.name }}</span>
<span class="carte-ukf">{{ article.price | ukf:False}} UKF</span>
</li>
{% if foorloop.last %}
{% if forloop.last %}
</ul>
</div><!-- endblock unbreakable -->
{% endif %}