diff --git a/admin/templates/lot_tag_panel.html b/admin/templates/lot_tag_panel.html index 44be7ff..0578aea 100644 --- a/admin/templates/lot_tag_panel.html +++ b/admin/templates/lot_tag_panel.html @@ -14,7 +14,7 @@
- {% if lot_tags %} + {% if lot_tags_edit %} @@ -25,7 +25,7 @@ - {% for tag in lot_tags %} + {% for tag in lot_tags_edit %}
{{ tag.name }} @@ -93,7 +93,7 @@ -{% for tag in lot_tags %} +{% for tag in lot_tags_edit %}