diff --git a/device/templates/device_web.html b/device/templates/device_web.html index 0008e49..f63eb9d 100644 --- a/device/templates/device_web.html +++ b/device/templates/device_web.html @@ -120,10 +120,12 @@
- {% for component_key, component_value in component.items %}
- {% if component_key not in 'actions,type' %}
- {{ component_key }}: {{ component_value }}
- {% endif %}
- {% endfor %}
-
+ {% for component_key, component_value in component.items %}
+ {% if component_key not in 'actions,type' %}
+ {{ component_key }}: {{ component_value }}
+ {% endif %}
+ {% endfor %}
+