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 @@