From 02c1ac1e9dce83e3a969c1c01ae2358341891440 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 8 Jul 2024 20:44:17 +0200 Subject: [PATCH] Make UUID from details page copyable --- templates/item_class_details.html | 4 +--- templates/item_details.html | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/templates/item_class_details.html b/templates/item_class_details.html index 200802b..3bf9c79 100644 --- a/templates/item_class_details.html +++ b/templates/item_class_details.html @@ -16,9 +16,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later UUID - - {{ item_class.id }} - + {{ item_class.id }} diff --git a/templates/item_details.html b/templates/item_details.html index 294fc6d..368f80d 100644 --- a/templates/item_details.html +++ b/templates/item_details.html @@ -16,9 +16,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later UUID - - {{ item.id }} - + {{ item.id }}