diff --git a/ereuse_devicehub/templates/inventory/device_list.html b/ereuse_devicehub/templates/inventory/device_list.html
index 59050e5a..93458469 100644
--- a/ereuse_devicehub/templates/inventory/device_list.html
+++ b/ereuse_devicehub/templates/inventory/device_list.html
@@ -455,5 +455,11 @@
perPage: 20
})
-
+{% if config['DEBUG'] %}
+
+{% else %}
+
+{% endif %}
+
+
{% endblock main %}