diff --git a/kfet/templates/kfet/home.html b/kfet/templates/kfet/home.html
index 96d28755..687c8573 100644
--- a/kfet/templates/kfet/home.html
+++ b/kfet/templates/kfet/home.html
@@ -20,40 +20,42 @@
Carte
-
-
-
-
Pressions du moment
-
- {% for article in pressions %}
- -
-
- {{ article.name }}
- {{ article.price | ukf:False}} UKF
-
- {% endfor %}
-
-
- {% for article in articles %}
- {% ifchanged article.category %}
- {% if not forloop.first %}
-
-
- {% endif %}
-
-
{{ article.category.name }}
-
- {% endifchanged %}
- -
-
- {{ article.name }}
- {{ article.price | ukf:False}} UKF
-
- {% if foorloop.last %}
-
-
- {% endif %}
+
+
+
+ {% if pressions %}
+
Pressions du moment
+
+ {% for article in pressions %}
+ -
+
+ {{ article.name }}
+ {{ article.price | ukf:False}} UKF
+
{% endfor %}
+
+ {% endif %}
+
+ {% for article in articles %}
+ {% ifchanged article.category %}
+ {% if not forloop.first %}
+
+
+ {% endif %}
+
+
{{ article.category.name }}
+
+ {% endifchanged %}
+ -
+
+ {{ article.name }}
+ {{ article.price | ukf:False}} UKF
+
+ {% if forloop.last %}
+
+
+ {% endif %}
+ {% endfor %}