From 3a6c047bd1cbf329d7fb94d48d2b4de3778b7116 Mon Sep 17 00:00:00 2001 From: sergio_gimenez Date: Tue, 29 Oct 2024 08:30:17 +0100 Subject: [PATCH] Properly close div --- device/templates/details.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/device/templates/details.html b/device/templates/details.html index 5723477..a4a95f5 100644 --- a/device/templates/details.html +++ b/device/templates/details.html @@ -40,7 +40,7 @@
{% trans 'Details' %}
-
Phid
+
Phid
{{ object.id }}
@@ -56,7 +56,9 @@
Phid
{{ object.id }}
-
+
+
+
Type
{{ object.type }}