diff --git a/admin/templates/lot_tag_panel.html b/admin/templates/lot_tag_panel.html new file mode 100644 index 0000000..44be7ff --- /dev/null +++ b/admin/templates/lot_tag_panel.html @@ -0,0 +1,173 @@ +{% extends "base.html" %} +{% load i18n django_bootstrap5 %} + +{% block content %} +
{% trans "Tag" %} + | +{% trans "Actions" %} + | +
---|---|
+ {{ tag.name }} + | + + +
+
+
+
+
+ |
+