From 112dbf270d0ae6f68100cdccf47822be0eb86f99 Mon Sep 17 00:00:00 2001 From: Thomas Rusiecki Date: Wed, 26 Feb 2025 23:43:54 -0300 Subject: [PATCH] changed edit and delete lotgroup modal --- admin/templates/lot_tag_panel.html | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/admin/templates/lot_tag_panel.html b/admin/templates/lot_tag_panel.html index 3a70a69..689aad0 100644 --- a/admin/templates/lot_tag_panel.html +++ b/admin/templates/lot_tag_panel.html @@ -26,7 +26,7 @@ {% for tag in lot_tags_edit %} - + {{ tag.name }} @@ -44,7 +44,8 @@ @@ -110,6 +111,9 @@
{% trans "Maximum 50 characters." %}
+ {% if tag.id == 1 %} +

{% trans "INBOX can only be edited, not deleted." %}

+ {% endif %} @@ -136,16 +140,28 @@