From 29bc090d3a5ccd91b32716304c71617e0b9bc9ca Mon Sep 17 00:00:00 2001 From: sergio_gimenez Date: Thu, 24 Oct 2024 08:55:58 +0200 Subject: [PATCH] Remove duplicate code due to wron merge --- device/templates/details.html | 65 ++--------------------------------- 1 file changed, 3 insertions(+), 62 deletions(-) diff --git a/device/templates/details.html b/device/templates/details.html index d5a7448..ee14f75 100644 --- a/device/templates/details.html +++ b/device/templates/details.html @@ -2,46 +2,9 @@ {% load i18n %} {% block content %} -
-
-

{{ object.shortid }}

-
-
- -
-
- -
-
-
- -
-
Details
-
-
Phid
-
{{ object.id }}
+
+
+

{{ object.shortid }}

@@ -265,25 +228,3 @@ }) {% endblock %} - -{% block extrascript %} - -{% endblock %} -